Add communities and topics
This commit is contained in:
12
app/views/topics/new.html.erb
Normal file
12
app/views/topics/new.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user