Files
danbooru/app/views/static/_footer.html.erb
2016-09-07 18:54:24 -07:00

12 lines
510 B
Plaintext

<footer id="page-footer">
Running Danbooru <%= link_to "v#{Danbooru.config.version}", "https://github.com/r888888888/danbooru/releases" %>
<% if Rails.application.config.x.git_hash %>
(<%= 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>