Changed some translations.

This commit is contained in:
Alessandro Cuoghi
2017-08-08 18:14:48 +02:00
committed by taitus
parent e5fb90f954
commit 322ecf4fd5
7 changed files with 69 additions and 15 deletions

View File

@@ -33,7 +33,7 @@
}
}
.communities-participants{
.communities-participant{
.comment-body{
display: inline-block;
float: left;

View File

@@ -1,9 +1,11 @@
<div class="jumbo light">
<div class="row">
<div class="small-12 column">
<h2><%= t("community.show.title") %></h2>
<p class="lead"> <%= @community.proposal.title %> </p>
<p><%= t("community.show.description") %></p>
<div class="communities-show">
<div class="jumbo light">
<div class="row">
<div class="small-12 column">
<h2><%= t("community.show.title") %></h2>
<p class="lead"> <%= @community.proposal.title %> </p>
<p><%= t("community.show.description") %></p>
</div>
</div>
</div>
</div>
@@ -22,13 +24,12 @@
</div>
</div>
<div class="row column communities-participants">
<div class="row column communities-participant">
<ul class="tabs" data-tabs id="communities-show-tabs">
<li class="tabs-title is-active">
<%= link_to "#tab-participantes" do %>
<h3>
Participantes
<!-- Sebas Check count of topics -->
<%= t("community.tab.participant") %>
<span class="js-comments-count">(<%= @participants.count %>)</span>
</h3>
<% end %>

View File

@@ -1,10 +1,10 @@
<div class="row">
<div class="small-12 column">
<ul class="tabs" data-tabs id="proposals-tabs">
<ul class="tabs" data-tabs id="topics-tabs">
<li class="tabs-title is-active">
<%= link_to "#tab-comments" do %>
<h3>
<%= t("topics.show.comments_tab") %>
<%= t("community.topic.show.tab.comments_tab") %>
<span class="js-comments-count">(<%= @topic.comments_count %>)</span>
</h3>
<% end %>

View File

@@ -25,5 +25,5 @@
</div>
<% end %>
<% else %>
Crea el primer tema de la comunidad!!!
<h4><%= t("community.create_first_community_theme") %></h4>
<% end %>

View File

@@ -2,7 +2,8 @@
<div class="small-12 medium-12 column">
<%= render "shared/back_link" %>
<br>
<p>Comunidad de la propuesta: <strong><%= @community.proposal.title %></strong></p>
<p><%= t("community.topic.show.community_of_the_proposal") %> <strong><%= @community.proposal.title %></strong></p>
<h1><%= @topic.title %></h1>
<div class="topic-info">
<%= render '/shared/author_info', resource: @topic %>
@@ -13,7 +14,7 @@
<span class="icon-comments"></span>&nbsp;
</div>
<div class="tabs-content" data-tabs-content="proposals-tabs" role="tablist">
<div class="tabs-content" data-tabs-content="topics-tabs" role="tablist">
<%= render "topics/filter_subnav" %>
<div class="tabs-panel is-active" id="tab-comments">
<%= render "topics/comments" %>