Show: Created jumbo light and converted plain text to yml.

This commit is contained in:
Alessandro Cuoghi
2017-08-07 13:43:57 +02:00
committed by taitus
parent c6e48946bd
commit ebf62ef08d
2 changed files with 21 additions and 13 deletions

View File

@@ -1,17 +1,22 @@
Comunidad de usuarios
<br>
<%= @community.proposal.title %>
<br>
Participa en la comunidad de esta propuesta
<div class="small-12 medium-9 column">
<div id="topics">
<%= render "topics/topics", topics: @community.topics %>
<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 class="small-12 medium-3 column">
Participa
<%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %>
<div class="row">
<div class="small-12 medium-9 column">
<div id="topics">
<%= render "topics/topics", topics: @community.topics %>
</div>
</div>
<div class="small-12 medium-3 column">
Participa
<%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %>
</div>
</div>

View File

@@ -4,4 +4,7 @@ es:
title: Comunidad
description: Partecipa a la comunidad de usuarios, da tu opinión.
button_to_access: Acceder a la comunidad
show:
title: Comunidad de usuarios
description: Participa en la comunidad de esta propuesta