Refactor and tests.

This commit is contained in:
taitus
2017-08-10 15:02:02 +02:00
parent 555c47e012
commit 4539c5fa00
36 changed files with 1023 additions and 110 deletions

View File

@@ -2,19 +2,9 @@
<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) %>
<%= render 'form' %>
</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>
<%= render "recommendations" %>
</div>