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 class="row">
|
||||
<div class="small-12 medium-9 column">
|
||||
<div id="topics">
|
||||
<div id="topics" class="topics-list">
|
||||
<%= render "topics/topics", topics: @topics %>
|
||||
</div>
|
||||
<%= paginate @topics %>
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-3 column">
|
||||
Participa
|
||||
<%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %>
|
||||
<aside class="small-12 medium-3 column">
|
||||
<div class="sidebar-divider"></div>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<% if topics.any? %>
|
||||
<div class="row column">
|
||||
<div class="order">
|
||||
Ordenar por:
|
||||
<%= render 'shared/wide_order_selector', i18n_namespace: "topics" %>
|
||||
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if topics.any? %>
|
||||
<% topics.each do |topic| %>
|
||||
<div id="<%= dom_id(topic) %>" class="panel">
|
||||
<div class="small-12 medium-11 column">
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user