Added style show community.
This commit is contained in:
committed by
taitus
parent
08f58b845d
commit
b4cdca215d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user