diff options
Diffstat (limited to 'app/views/index/logs.phtml')
| -rw-r--r-- | app/views/index/logs.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml index 3bbf233ac..c2b940e5c 100644 --- a/app/views/index/logs.phtml +++ b/app/views/index/logs.phtml @@ -1,5 +1,7 @@ <div class="post content"> - <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> <h1><?= _t('index.log') ?></h1> <form method="post" action="<?= _url('index', 'logs') ?>"><p> |
