From f333f44111c88560415cc3333a0121091b9035b6 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 5 Feb 2017 17:00:16 -0500 Subject: [PATCH] Tweak title tags --- assets/javascripts/views/layout/document.coffee | 2 +- views/other.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/views/layout/document.coffee b/assets/javascripts/views/layout/document.coffee index 69b513a1..22e69c91 100644 --- a/assets/javascripts/views/layout/document.coffee +++ b/assets/javascripts/views/layout/document.coffee @@ -75,7 +75,7 @@ class app.views.Document extends app.View return setTitle: (title) -> - @el.title = if title then "DevDocs - #{title}" else 'DevDocs API Documentation' + @el.title = if title then "DevDocs — #{title}" else 'DevDocs API Documentation' onVisibilityChange: => return unless @el.visibilityState is 'visible' diff --git a/views/other.erb b/views/other.erb index 91110284..fec06caf 100644 --- a/views/other.erb +++ b/views/other.erb @@ -6,7 +6,7 @@ <% if doc_index_page? %><% else %><% end %> - DevDocs<%= " - #{@doc['full_name']} documentation" if doc_index_page? %> + DevDocs<%= " — #{@doc['full_name']} documentation (fast, offline)" if doc_index_page? %>