diff --git a/app/views/layouts/_nav_menu.html.erb b/app/views/layouts/_nav_menu.html.erb index 2d6980d05..d96941c66 100644 --- a/app/views/layouts/_nav_menu.html.erb +++ b/app/views/layouts/_nav_menu.html.erb @@ -29,7 +29,7 @@
Key Links
- +
Sign Out diff --git a/app/views/layouts/_signup_modal.html.erb b/app/views/layouts/_signup_modal.html.erb index ae35f8e48..e037cbf00 100644 --- a/app/views/layouts/_signup_modal.html.erb +++ b/app/views/layouts/_signup_modal.html.erb @@ -1,30 +1,30 @@ - \ No newline at end of file + diff --git a/app/views/layouts/_styles.html.erb b/app/views/layouts/_styles.html.erb index a109960ff..ffca0312c 100644 --- a/app/views/layouts/_styles.html.erb +++ b/app/views/layouts/_styles.html.erb @@ -1,80 +1,80 @@ -<% cache "base_inline_styles_#{@story_show.to_s}_#{@article_index.to_s}_#{@home_page.to_s}_#{@article_show.to_s}_#{view_class.to_s}_#{@notifications_index}_#{core_pages?.to_s}_#{@tags_index}_#{ApplicationConfig["DEPLOYMENT_SIGNATURE"].to_s}x_xs__", :expires_in => 8.hours do %> +<% cache "base_inline_styles_#{@story_show}_#{@article_index}_#{@home_page}_#{@article_show}_#{view_class}_#{@notifications_index}_#{core_pages?}_#{@tags_index}_#{ApplicationConfig['DEPLOYMENT_SIGNATURE']}x_xs__", expires_in: 8.hours do %> <% if @story_show %> <% elsif @article_index %> <% elsif @notifications_index || @reading_list_items_index %> - <% elsif view_class.start_with? "comments"%> + <% elsif view_class.start_with? "comments" %> - <% elsif view_class.include? "registrations"%> + <% elsif view_class.include? "registrations" %> - <% elsif view_class.include? "users-index"%> + <% elsif view_class.include? "users-index" %> <% elsif core_pages? %> - <%= stylesheet_link_tag 'minimal', media: 'all' %> + <%= stylesheet_link_tag "minimal", media: "all" %> <% else %> - <%= stylesheet_link_tag 'application', media: 'all' %> + <%= stylesheet_link_tag "application", media: "all" %> <% end %> <% end %> diff --git a/app/views/layouts/_top_bar.html.erb b/app/views/layouts/_top_bar.html.erb index e2cdea958..e8d7ca9fb 100644 --- a/app/views/layouts/_top_bar.html.erb +++ b/app/views/layouts/_top_bar.html.erb @@ -2,34 +2,33 @@
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3f4ee7b9f..fa045b28f 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -3,7 +3,7 @@ <% title = yield(:title) %> - <%= title || 'DEV Community' %> + <%= title || "DEV Community" %> <% if internal_navigation? %>