summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 9f7f2be50..890eb0d2b 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -7,6 +7,10 @@
<div id="app-settings-content">
<h3><?php p($l->t('Settings')); ?></h3>
+ <p>
+ <a href="#/shortcuts"><?php p($l->t('Keyboard shortcuts')); ?></a>
+ </p>
+
<p ng-click="Settings.toggleSetting('compact')">
<label for="compact">
<input type="checkbox" ng-checked="Settings.getSetting('compact')" name="compact">
@@ -35,7 +39,6 @@
</label>
</p>
-
<div class="import-export">
<h3><?php p($l->t('Subscriptions (OPML)')); ?></h3>
@@ -100,5 +103,6 @@
<p class="error" ng-show="Settings.articleImportError">
<?php p($l->t('Error when importing: file does not contain valid JSON')); ?>
</p>
+
</div>
</div> \ No newline at end of file