forked from e621ng/e621ng
adjust footer for correct software name ('running e621ng' instead of website name)
This commit is contained in:
parent
4795f1c58d
commit
e93888814f
@ -1,6 +1,6 @@
|
|||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<span class="left">
|
<span class="left">
|
||||||
Running <%= Danbooru.config.app_name %>
|
Running <%= Danbooru.config.software_name %>
|
||||||
– <%= link_to "Rules", terms_of_service_path %>
|
– <%= link_to "Rules", terms_of_service_path %>
|
||||||
– <%= link_to "Takedowns", takedown_static_path %>
|
– <%= link_to "Takedowns", takedown_static_path %>
|
||||||
– <%= link_to "Privacy", privacy_policy_path %>
|
– <%= link_to "Privacy", privacy_policy_path %>
|
||||||
|
@ -12,6 +12,10 @@ module Danbooru
|
|||||||
"e621"
|
"e621"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def software_name
|
||||||
|
"e621ng"
|
||||||
|
end
|
||||||
|
|
||||||
def description
|
def description
|
||||||
"Find good furry art, fast"
|
"Find good furry art, fast"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user