diff options
| author | 2020-06-05 10:09:31 +0200 | |
|---|---|---|
| committer | 2020-06-05 10:09:31 +0200 | |
| commit | d4554fa087f9057610085ca685cd8fb79d8f2bd0 (patch) | |
| tree | 60ab634136516e98d0885d1033a5636233f837b7 /app/layout/aside_feed.phtml | |
| parent | 27f0b614189c090028dfb9a56d1b21f1adf263d4 (diff) | |
Change add feed action (#3027)
* Docker Alpine 3.12 (#3025)
https://alpinelinux.org/posts/Alpine-3.12.0-released.html
With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged).
No other significant change spotted
* Ensure feed attributes are used before load
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 6c1f934cb..fcc93c6a8 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -14,7 +14,7 @@ <?php if (FreshRSS_Auth::hasAccess()) { ?> <div class="stick configure-feeds"> <a id="btn-subscription" class="btn btn-important" href="<?= _url('subscription', 'index') ?>"><?= _t('index.menu.subscription') ?></a> - <a id="btn-importExport" class="btn btn-important" href="<?= _url('importExport', 'index') ?>"><?= _i('import') ?></a> + <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add-white') ?></a> </div> <?php } elseif (FreshRSS_Auth::accessNeedsLogin()) { ?> <a href="<?= _url('index', 'about') ?>"><?= _t('index.menu.about') ?></a> |
