8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
<footer id="page-footer">
|
|
Running Danbooru v<%= Danbooru.config.version %>
|
|
– <%= link_to "Contact", contact_path %>
|
|
<% if CurrentUser.user.enable_post_navigation %>
|
|
– <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>
|
|
<% end %>
|
|
</footer>
|