Files
grecia/app/views/topics/edit.html.erb
2017-09-05 12:53:37 +02:00

11 lines
244 B
Plaintext

<div class="topic-form row">
<div class="small-12 medium-9 column">
<%= back_link_to community_path(@community) %>
<h1><%= t("community.topic.edit") %></h1>
<%= render "form" %>
</div>
<%= render "recommendations" %>
</div>