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 @@
-
-
-
-
-
- <%=image_tag(cl_image_path(asset_path("/assets/sloan.png"),
- :type=>"fetch",
- :width => 300,
- :crop => "imagga_scale",
- :quality => "auto",
- :flags => "progressive",
- :fetch_format => "auto",
- :sign_url => true), class:"sloan", alt:"sloth-mascot") %>
-
Join our DEV Community :)
-
- We’re a place where coders share, stay up-to-date and grow their careers.
-
-
<%= ApplicationConfig["APP_DOMAIN"] %>/users/auth/twitter/callback" class="sign-up-link cta" data-no-instant>
-
" class="icon-img" alt="Twitter"/> Auth With Twitter
-
-
-
" class="icon-img" alt="GitHub"/> Auth With GitHub
-
-
- We strive for transparency and don't collect excess data.
-
-
-
\ No newline at end of file
+
+
+
+
+
+ <%= image_tag(cl_image_path(asset_path("/assets/sloan.png"),
+ type: "fetch",
+ width: 300,
+ crop: "imagga_scale",
+ quality: "auto",
+ flags: "progressive",
+ fetch_format: "auto",
+ sign_url: true), class: "sloan", alt: "sloth-mascot") %>
+
Join our DEV Community :)
+
+ We’re a place where coders share, stay up-to-date and grow their careers.
+
+
<%= ApplicationConfig["APP_DOMAIN"] %>/users/auth/twitter/callback" class="sign-up-link cta" data-no-instant>
+
" class="icon-img" alt="Twitter" /> Auth With Twitter
+
+
+
" class="icon-img" alt="GitHub" /> Auth With GitHub
+
+
+ We strive for transparency and don't collect excess data.
+
+
+
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 @@