Add communities and topics

This commit is contained in:
taitus
2017-08-07 12:51:49 +02:00
parent ee3b3f2c85
commit 43c17c3fc7
20 changed files with 210 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
<div class="topic-new row">
<div class="small-12 medium-9 column">
<h1><%= t("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>
</div>