Files
danbooru/app/views/static/_footer.html.erb
2017-01-24 13:13:13 -08:00

12 lines
511 B
Plaintext

<footer id="page-footer">
Running <%= Danbooru.config.app_name %>
<% if Rails.application.config.x.git_hash %>
(<%= link_to Rails.application.config.x.git_hash, Danbooru.config.commit_url(Rails.application.config.x.git_hash) %>)
<% end %>
&ndash; <%= link_to "Rules", terms_of_service_path %>
&ndash; <%= link_to "Contact", contact_path %>
<% if CurrentUser.user.enable_post_navigation %>
&ndash; <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>
<% end %>
</footer>