We don't need any row classes anymore because the <body> already has a maximum width. As for columns, we only have one column in this form, so we don't need them either. Besides, the form's parent element already has a padding.
15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
<div class="debate-edit">
|
|
|
|
<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>
|