Added style show community.

This commit is contained in:
Alessandro Cuoghi
2017-08-07 16:42:23 +02:00
committed by taitus
parent 08f58b845d
commit b4cdca215d
7 changed files with 126 additions and 24 deletions

View File

@@ -1,13 +1,20 @@
<div class="topic-new row">
<div class="small-12 medium-9 column">
<%= render "shared/back_link" %>
<h1><%= t("topic.create") %></h1>
<h1><%= t("community.topic.create") %></h1>
<%= render '/topics/form' %>
<%#= render '/topics/form', form_url: budget_investments_path(@budget) %>
</div>
<div class="small-12 medium-9 column">
Recomendaciones para crear un tema
<div class="small-12 medium-3 column">
<span class="icon-proposals float-right"></span>
<h2><%= t("community.sidebar.topic.recommendations_title") %></h2>
<ul class="recommendations">
<li><%= t("community.sidebar.topic.recommendation_one") %></li>
<li><%= t("community.sidebar.topic.recommendation_two") %></li>
<li><%= t("community.sidebar.topic..recommendation_three") %></li>
</ul>
</div>
</div>