Skip to content

Commit

Permalink
fix spacing in page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Woodall committed Apr 7, 2018
1 parent 65d582a commit cfc848b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.haml
Expand Up @@ -3,7 +3,7 @@
%head
%title
= content_for?(:title) ? yield(:title) : 'Untitled'
= " - #{tenant.name}" if tenant
!= " :: #{tenant.name}" if tenant
= stylesheet_link_tag "themes/admin"
-#= favicon_link_tag "themes/#{theme}/icon.ico"
= javascript_include_tag :application
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Expand Up @@ -3,7 +3,7 @@
%head
%title
= content_for?(:title) ? yield(:title) : 'Untitled'
!= " - #{tenant.name}" if tenant
!= " :: #{tenant.name}" if tenant
- theme = tenant&.theme
- if theme and !theme.empty?
= stylesheet_link_tag "themes/#{theme}"
Expand Down

0 comments on commit cfc848b

Please sign in to comment.