adjust footer

This commit is contained in:
edshot99 2025-01-30 22:22:07 -06:00
parent 107736c01a
commit 22593fd237

View File

@ -7,15 +7,14 @@
<%= link_to "Advertising", help_page_path(id: "advertising") %>
</span>
<span class="footer-logo">
<a href="/"><%= image_pack_tag("main-logo.svg", class: "footer-logo") %></a>
<a href="/"><%= image_pack_tag("main-logo.svg", class: "footer-logo", title: "Running #{Danbooru.config.software_name} #{GitHelper.short_hash}") %></a>
</span>
<span class="footer-right">
<span class="footer-running">Running e621ng</span>
<span class="footer-running">Running <%= Danbooru.config.software_name %> <%= link_to "#{GitHelper.short_hash}", GitHelper.commit_url(GitHelper.hash) %></span>
<%= link_to "Themes / Gestures", theme_path %>
<% if CurrentUser.user.enable_keyboard_navigation %>
<%= link_to "Keyboard Shortcuts", keyboard_shortcuts_path %>
<% end %>
<%= link_to disable_mobile_mode? ? "Mobile mode: OFF": "Mobile mode: ON", disable_mobile_mode_path, :rel => "nofollow" %>
<%= link_to "##{GitHelper.short_hash}", GitHelper.commit_url(GitHelper.hash) %>
</span>
</footer>