From 5f5eaeca4fe7e8792fd2f5e91f92ed62bbd80849 Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Fri, 25 Aug 2017 11:58:23 +0200 Subject: [PATCH] Correct name in community.yml --- app/views/communities/show.html.erb | 4 +--- config/locales/es/community.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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