aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-02-27 23:57:23 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-27 23:57:23 +0100
commit5de794ee0fbbce2fdf0af3787b9b89299be8698e (patch)
tree199f87b7036918bb384d9b5fdfeff6a0ee93ddb9 /app/views
parent358e6e05ca8c505c559b214a664c83b018510a26 (diff)
delete rss view shortcut (#6131)
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/shortcut.phtml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml
index 0d7ee4cb7..78b659120 100644
--- a/app/views/configure/shortcut.phtml
+++ b/app/views/configure/shortcut.phtml
@@ -55,14 +55,6 @@
data-leave-validation="<?= $s['reading_view'] ?>"/>
</div>
</div>
-
- <div class="form-group">
- <label class="group-name" for="rss_view_shortcut"><?= _t('conf.shortcut.rss_view') ?></label>
- <div class="group-controls">
- <input type="text" id="rss_view_shortcut" name="shortcuts[rss_view]" list="keys" value="<?= $s['rss_view'] ?>"
- data-leave-validation="<?= $s['rss_view'] ?>"/>
- </div>
- </div>
</fieldset>
<fieldset>