mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(profile): Consistent email confirmation success page design
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
6fff4fd09f
commit
883272e36e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
/** @var \OCP\Defaults $theme */
|
||||
?>
|
||||
|
||||
<div class="update">
|
||||
<div class="guest-box">
|
||||
<h2><?php p($_['title']) ?></h2>
|
||||
<p><?php p($_['message']) ?></p>
|
||||
<p><a class="button primary" href="<?php p(\OCP\Server::get(\OCP\IURLGenerator::class)->linkTo('', 'index.php')) ?>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue