diff --git a/app/assets/stylesheets/community.scss b/app/assets/stylesheets/community.scss index 13ff3bf60..55db691ad 100644 --- a/app/assets/stylesheets/community.scss +++ b/app/assets/stylesheets/community.scss @@ -33,7 +33,7 @@ } } -.communities-participants{ +.communities-participant{ .comment-body{ display: inline-block; float: left; diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index 69bf729c0..5485cf371 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -1,9 +1,11 @@ -
<%= @community.proposal.title %>
-<%= t("community.show.description") %>
+<%= @community.proposal.title %>
+<%= t("community.show.description") %>
+Comunidad de la propuesta: <%= @community.proposal.title %>
+ +<%= t("community.topic.show.community_of_the_proposal") %> <%= @community.proposal.title %>