Explorar el Código

Move “DevDocs” in the tab title to after the dynamic portion of the title

Jed Fox hace 7 años
padre
commit
a5b6ffb116
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/javascripts/views/layout/document.coffee

+ 1 - 1
assets/javascripts/views/layout/document.coffee

@@ -28,7 +28,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 "#{title} — DevDocs" else 'DevDocs API Documentation'
 
   afterRoute: (route) =>
     if route is 'settings'