diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index 5485cf371..d8b495855 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -8,19 +8,20 @@ - -
-
-
- <%= render "topics/topics", topics: @topics %> +
+
+
+ <%= render "topics/topics", topics: @topics %> +
+ <%= paginate @topics %>
- <%= paginate @topics %> -
-
- Participa - <%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %> +
diff --git a/app/views/topics/_topics.html.erb b/app/views/topics/_topics.html.erb index 3df284461..96a7fbdd8 100644 --- a/app/views/topics/_topics.html.erb +++ b/app/views/topics/_topics.html.erb @@ -1,9 +1,10 @@ -
- Ordenar por: - <%= render 'shared/wide_order_selector', i18n_namespace: "topics" %> -
- <% if topics.any? %> +
+
+ <%= render 'shared/wide_order_selector', i18n_namespace: "comments" %> +
+
+ <% topics.each do |topic| %>
diff --git a/config/locales/es/community.yml b/config/locales/es/community.yml index b0d1f8236..c82f6c83f 100644 --- a/config/locales/es/community.yml +++ b/config/locales/es/community.yml @@ -25,6 +25,7 @@ es: topic: create: Crear un tema + edit_button: Editar form: topic_title: Titulo del tema @@ -32,7 +33,8 @@ es: new: submit_button: Crear tema edit: - submit_button: Editar tema + submit_button: Guardar cambios + show: community_of_the_proposal: Comunidad de la propuesta tab: