Files
danbooru/app/views/static/_footer.html.erb
2017-04-24 15:54:04 -07:00

16 lines
652 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 %>
<span id="desktop-version-link">
&ndash;
<%= link_to "Desktop version", site_map_path(:dm => "1"), :rel => "nofollow" %>
</span>
</footer>