From 22593fd237966f94ade4a21d84e637bc2748a221 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Thu, 30 Jan 2025 22:22:07 -0600 Subject: [PATCH] adjust footer --- app/views/static/_footer.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/static/_footer.html.erb b/app/views/static/_footer.html.erb index 5821cb374..2b99d7501 100644 --- a/app/views/static/_footer.html.erb +++ b/app/views/static/_footer.html.erb @@ -7,15 +7,14 @@ <%= link_to "Advertising", help_page_path(id: "advertising") %> - Running e621ng + Running <%= Danbooru.config.software_name %> <%= link_to "#{GitHelper.short_hash}", GitHelper.commit_url(GitHelper.hash) %> <%= 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) %>