diff --git a/app/assets/javascripts/utilities/buildCommentHTML.js.erb b/app/assets/javascripts/utilities/buildCommentHTML.js.erb index bb7afae89..38e5e3aec 100644 --- a/app/assets/javascripts/utilities/buildCommentHTML.js.erb +++ b/app/assets/javascripts/utilities/buildCommentHTML.js.erb @@ -45,13 +45,16 @@ function buildCommentHTML(comment) { '+comment.readable_publish_date+'\ \ \ \ diff --git a/app/views/comments/settings.html.erb b/app/views/comments/settings.html.erb index b64e23267..af9de4876 100644 --- a/app/views/comments/settings.html.erb +++ b/app/views/comments/settings.html.erb @@ -1,6 +1,6 @@
-

Settings for: <%= @comment.title %>

+

Comment Settings

<% if @comment.receive_notifications %> -

This will mute all notifications for this comment and any of your comments in the thread.

+

Don't want notifications for this thread?

+

This will mute all notifications for this comment and any of your comments in this chain.

<% else %>

All notifications for this comment and any of your comments in the thread are currently muted.

<% end %> diff --git a/app/views/layouts/_styles.html.erb b/app/views/layouts/_styles.html.erb index f92a1c9a7..a109960ff 100644 --- a/app/views/layouts/_styles.html.erb +++ b/app/views/layouts/_styles.html.erb @@ -1,4 +1,4 @@ -<% 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 => 6.hours do %> +<% 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 %> <% if @story_show %> <% elsif view_class.include? "registrations"%>