Skip to content

Commit

Permalink
Merge pull request #1185 from nextcloud/redirect-design
Browse files Browse the repository at this point in the history
Adjust redirect page design
  • Loading branch information
ChristophWurst committed Dec 4, 2018
2 parents 54555bf + 38603b8 commit 8c887d3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions templates/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@
</p>
</div>
<?php else: ?>
<div class="error">
<div class="update">
<h2><?php p($l->t('Redirect')); ?></h2>
<p><?php p($l->t('The link leads to %s', array($_['urlHost']))); ?></p>
<p><?php print_unescaped($l->t('If you don’t want to visit that page, you can return to <a href="%s">Mail</a>.',
<p class="infogroup"><?php print_unescaped($l->t('If you don’t want to visit that page, you can return to <a href="%s">Mail</a>.',
array($_['mailURL'])));
?></p>

<br/>
<a href="<?php p($_['url']) ?>" class="button" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s',
array($_['urlHost'])));
?></a>
<p>
<a href="<?php p($_['url']) ?>" class="button primary" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s',
array($_['urlHost'])));
?></a>
</p>
</div>
<?php endif; ?>

0 comments on commit 8c887d3

Please sign in to comment.