diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index 2382ede24..886c99351 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -43,8 +43,8 @@ <% end %> - <% @participants.each do |participant| %> + <% @participants.each do |participant| %>
<%= image_tag("avatar_admin.png", size: 32, class: "admin-avatar float-left") %> @@ -59,7 +59,5 @@
- - <%#= link_to participant.name, user_path(participant)%> <% end %> diff --git a/config/locales/es/community.yml b/config/locales/es/community.yml index bbae21159..9d8eaac59 100644 --- a/config/locales/es/community.yml +++ b/config/locales/es/community.yml @@ -13,7 +13,7 @@ es: investment: Participa en la comunidad de este presupuesto participativo create_first_community_topic: Crea el primer tema de la comunidad tab: - paricipants: Participantes + participants: Participantes sidebar: participate: Participa new_topic: Crea un tema