diff --git a/assets/javascripts/templates/notice_tmpl.coffee b/assets/javascripts/templates/notice_tmpl.coffee index d1aeb972..2d51e7f5 100644 --- a/assets/javascripts/templates/notice_tmpl.coffee +++ b/assets/javascripts/templates/notice_tmpl.coffee @@ -2,7 +2,7 @@ notice = (text) -> """
#{text}
""" app.templates.singleDocNotice = (doc) -> notice """ You're currently browsing the #{doc.name} documentation. To browse all docs, go to - #{app.config.production_host}. """ + #{app.config.production_host} (or pressesc
). """
app.templates.disabledDocNotice = ->
notice """ This documentation is currently disabled.