Add communities and topics
This commit is contained in:
10
app/views/topics/edit.html.erb
Normal file
10
app/views/topics/edit.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="topic-form row">
|
||||
|
||||
<div class="small-12 column">
|
||||
<%= render "shared/back_link" %>
|
||||
|
||||
<h1><%= t("topic.edit.editing") %></h1>
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user