18 lines
719 B
Plaintext
18 lines
719 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 %>
|
|
– <%= 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 %>
|
|
<% if CurrentUser.is_member? %>
|
|
<span id="desktop-version-link">
|
|
–
|
|
<%= link_to "Disable responsive mode", edit_user_path(CurrentUser.id), :rel => "nofollow" %>
|
|
</span>
|
|
<% end %>
|
|
</footer>
|