Translate button editar. Activated translations into wide_order_selector.
This commit is contained in:
committed by
taitus
parent
322ecf4fd5
commit
35f6ce4b86
@@ -8,19 +8,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 medium-9 column">
|
<div class="small-12 medium-9 column">
|
||||||
<div id="topics">
|
<div id="topics" class="topics-list">
|
||||||
<%= render "topics/topics", topics: @topics %>
|
<%= render "topics/topics", topics: @topics %>
|
||||||
</div>
|
</div>
|
||||||
<%= paginate @topics %>
|
<%= paginate @topics %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12 medium-3 column">
|
<aside class="small-12 medium-3 column">
|
||||||
Participa
|
<div class="sidebar-divider"></div>
|
||||||
<%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %>
|
<h2><%= t("community.sidebar.topic.title") %></h2>
|
||||||
|
<%= link_to t("community.sidebar.topic.new_topic"), new_community_topic_path(@community.id), class: 'button expanded' %>
|
||||||
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
|
<% if topics.any? %>
|
||||||
|
<div class="row column">
|
||||||
<div class="order">
|
<div class="order">
|
||||||
Ordenar por:
|
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %>
|
||||||
<%= render 'shared/wide_order_selector', i18n_namespace: "topics" %>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if topics.any? %>
|
|
||||||
<% topics.each do |topic| %>
|
<% topics.each do |topic| %>
|
||||||
<div id="<%= dom_id(topic) %>" class="panel">
|
<div id="<%= dom_id(topic) %>" class="panel">
|
||||||
<div class="small-12 medium-11 column">
|
<div class="small-12 medium-11 column">
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ es:
|
|||||||
|
|
||||||
topic:
|
topic:
|
||||||
create: Crear un tema
|
create: Crear un tema
|
||||||
|
|
||||||
edit_button: Editar
|
edit_button: Editar
|
||||||
form:
|
form:
|
||||||
topic_title: Titulo del tema
|
topic_title: Titulo del tema
|
||||||
@@ -32,7 +33,8 @@ es:
|
|||||||
new:
|
new:
|
||||||
submit_button: Crear tema
|
submit_button: Crear tema
|
||||||
edit:
|
edit:
|
||||||
submit_button: Editar tema
|
submit_button: Guardar cambios
|
||||||
|
|
||||||
show:
|
show:
|
||||||
community_of_the_proposal: Comunidad de la propuesta
|
community_of_the_proposal: Comunidad de la propuesta
|
||||||
tab:
|
tab:
|
||||||
|
|||||||
Reference in New Issue
Block a user