diff options
Diffstat (limited to 'app/views/update/checkInstall.phtml')
| -rw-r--r-- | app/views/update/checkInstall.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml index 8a05fa301..313dc5f24 100644 --- a/app/views/update/checkInstall.phtml +++ b/app/views/update/checkInstall.phtml @@ -1,7 +1,9 @@ <?php $this->partial('aside_configure'); ?> <div class="post"> - <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a> + <div class="link-back-wrapper"> + <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a> + </div> <h2><?= _t('admin.check_install.php') ?></h2> |
