From dc27fa3e69b6ed5f4cf0d40441966aa07607a049 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 22 Mar 2015 16:26:25 -0400 Subject: [PATCH] Tweak single doc notice --- assets/javascripts/templates/notice_tmpl.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 press esc). """ app.templates.disabledDocNotice = -> notice """ This documentation is currently disabled.