move nav link help

This commit is contained in:
albert
2013-03-08 13:25:31 -05:00
parent 80f3bb5e47
commit 41f7e2a804
5 changed files with 7 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
<footer id="page-footer">
Running Danbooru v<%= Danbooru.config.version %> &mdash; <%= link_to "Contact", contact_path %>
Running Danbooru v<%= Danbooru.config.version %>
&ndash; <%= link_to "Contact", contact_path %>
<% if CurrentUser.user.enable_post_navigation %>
&ndash; <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>
<% end %>
</footer>

View File

@@ -3,7 +3,7 @@
<h1>Keyboard Shortcuts</h1>
<section>
<h1>Post Listing</h1>
<h1>Listing</h1>
<ul>
<li><span class="key">&larr;</span> Previous page</li>
<li><span class="key">&rarr;</span> Next page</li>