So they follow the same convention used in proposals. Note the styles are for elements which appear in the "new" view but not in the "edit" view, so we only have to include them in one place.
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
<div class="debate-edit row">
|
|
|
|
<div class="small-12 column">
|
|
<%= back_link_to %>
|
|
|
|
<div class="float-right">
|
|
<%= link_to t("debates.edit.show_link"), @debate %>
|
|
</div>
|
|
|
|
<h1><%= t("debates.edit.editing") %></h1>
|
|
|
|
<%= render "form" %>
|
|
</div>
|
|
</div>
|