Files
danbooru/app/views/static/_footer.html.erb
evazion fd4eb8fa08 Replace references to Danbooru with Danbooru.config.app_name.
* Also replace references to github with a configurable repo.
* Plus link commit ref in footer to the commit in the repo.
2016-10-24 19:07:19 -05:00

12 lines
585 B
Plaintext

<footer id="page-footer">
Running <%= Danbooru.config.app_name %> <%= link_to "v#{Danbooru.config.version}", Danbooru.config.releases_url %>
<% 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>