diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index 5ca0559ec..dd29774a5 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -163,7 +163,7 @@ padding-top: 0; } - .icon-comment-quotes { + .icon-debates { color: $debates; font-size: rem-calc(36); line-height: $line-height; @@ -191,7 +191,7 @@ font-weight: lighter; margin-bottom: 0; - .icon-chat-bubble-two { + .icon-comments { font-size: rem-calc(16); vertical-align: top; } @@ -280,7 +280,7 @@ } } - .icon-comment-quotes { + .icon-debates { font-size: rem-calc(18); left: rem-calc(60); top: 0; @@ -450,7 +450,7 @@ margin-bottom: rem-calc(24); } - .icon-comment-quotes { + .icon-debates { color: $debates; font-size: rem-calc(60); line-height: $line-height; diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index eb512ad3f..29159aaba 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -614,7 +614,7 @@ form { margin-bottom: rem-calc(24); } - .icon-comment-quotes { + .icon-debates { color: $debates; font-size: rem-calc(60); line-height: $line-height; diff --git a/app/views/debates/_debate.html.erb b/app/views/debates/_debate.html.erb index 56a5127c5..4dd866df2 100644 --- a/app/views/debates/_debate.html.erb +++ b/app/views/debates/_debate.html.erb @@ -5,10 +5,10 @@
- + <%= link_to t("debates.debate.comments", count: debate.comment_threads.count), debate_path(debate, anchor: "comments") %>
- + <%= link_to t("debates.show.comments", count: featured_debate.comment_threads.count), debate_path(featured_debate, anchor: "comments") %>