From ebab21445b10611fc4e72cb85371a33f78f033de Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 18 Oct 2014 19:28:35 +0200 Subject: [PATCH] fix css duplicate class --- app/assets/stylesheets/style.css.scss | 2 +- app/views/forumthreads/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 6745be1..542396c 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -977,7 +977,7 @@ nav.pagination { } } -.locked { +.lockednote { background: #ffa500; border: 1px solid; border-radius: 3px; diff --git a/app/views/forumthreads/show.html.erb b/app/views/forumthreads/show.html.erb index 0617341..c2e222a 100644 --- a/app/views/forumthreads/show.html.erb +++ b/app/views/forumthreads/show.html.erb @@ -32,7 +32,7 @@ <% if @thread.locked? %> -
This thread is locked.
+
This thread is locked.
<% end %> <% if current_user %>