Files
grecia/app/views/topics/edit.html.erb

12 lines
247 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>