9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
<footer id="page-footer">
|
|
Running Danbooru <%= link_to "v#{Danbooru.config.version}", "https://github.com/r888888888/danbooru/releases" %>
|
|
– <%= link_to "Rules", terms_of_service_path %>
|
|
– <%= link_to "Contact", contact_path %>
|
|
<% if CurrentUser.user.enable_post_navigation %>
|
|
– <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>
|
|
<% end %>
|
|
</footer>
|