summaryrefslogtreecommitdiff
path: root/app/views/configure/system.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/configure/system.phtml')
-rw-r--r--app/views/configure/system.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml
index f185fb1d3..d3ead87a8 100644
--- a/app/views/configure/system.phtml
+++ b/app/views/configure/system.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>
<form method="post" action="<?= _url('configure', 'system') ?>">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />