From 0aaf8a595c475477eb8c58af25c657ee696c1542 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Sat, 8 Feb 2025 22:07:48 -0600 Subject: [PATCH] update footer software name for new update --- app/views/static/_footer.html.erb | 2 +- config/danbooru_default_config.rb | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/static/_footer.html.erb b/app/views/static/_footer.html.erb index ff5fbe016..fe182f1a4 100644 --- a/app/views/static/_footer.html.erb +++ b/app/views/static/_footer.html.erb @@ -11,7 +11,7 @@ <%= link_to "Advertising", help_page_path(id: "advertising") %> - Running e621ng + Running eBooru <% if GitHelper.version.empty? %> v. unknown diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e8cab6ef1..5c6758b8c 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -12,10 +12,6 @@ module Danbooru "e621" end - def software_name - "eBooru" - end - def description "Find good furry art, fast" end