This commit is contained in:
Albert Yi
2018-04-26 10:24:20 -07:00
parent c4a4394ea0
commit 4b6019d6ad
5 changed files with 8 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ class PostPresenter < Presenter
def safe_mode_message(template)
html = ["This image is unavailable on safe mode (#{Danbooru.config.app_name}). Go to "]
html << template.link_to("Danbooru", "http://danbooru.donmai.us") # XXX don't hardcode.
html << template.link_to("Danbooru", "https://danbooru.donmai.us") # XXX don't hardcode.
html << " or disable safe mode to view ("
html << template.link_to("learn more", template.wiki_pages_path(title: "help:user_settings"))
html << ")."