Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Include version number in firstrunwizard
Signed-off-by: szaimen <[email protected]>
Co-Authored-By: Julius Härtl <[email protected]>
  • Loading branch information
2 people authored and backportbot[bot] committed Jul 20, 2021
commit 458031155744f8e412e217b9666529e2f45e368f
3 changes: 3 additions & 0 deletions templates/page.values.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
</ul>

<p class="details-link"><a href="<?php p($theme->getBaseUrl()); ?>" target="_blank" rel="noreferrer noopener"><?php p($l->t('Learn more about %s', $theme->getName())); ?></a></p>
<div style="text-align: center; color: var(--text-maxcontrast);">
<p><?php p($l->t('This Nextcloud is on version %s', [ \OC_Util::getVersionString() ])); ?></p>
</div>
</div>
</div>