21 lines
714 B
Plaintext
21 lines
714 B
Plaintext
<div class="topic-new row">
|
|
<div class="small-12 medium-9 column">
|
|
<%= render "shared/back_link" %>
|
|
<h1><%= t("community.topic.create") %></h1>
|
|
|
|
<%= render '/topics/form' %>
|
|
<%#= render '/topics/form', form_url: budget_investments_path(@budget) %>
|
|
</div>
|
|
|
|
<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>
|