Fix markup for draft input
This commit is contained in:
parent
31bdd586f2
commit
f8e38d516a
1 changed files with 6 additions and 4 deletions
|
@ -10,10 +10,12 @@
|
||||||
<%= f.text_field :title, :class => 'larger widest' -%>
|
<%= f.text_field :title, :class => 'larger widest' -%>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span id='draft_field'>
|
<div class="field">
|
||||||
<%= f.check_box :draft %>
|
<p>
|
||||||
<%= f.label :draft, t('.save_as_draft'), :class => "stripped" %>
|
<%= f.check_box :draft %>
|
||||||
</span>
|
<%= f.label :draft, t('.save_as_draft'), :class => "stripped" %>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class='field'>
|
<div class='field'>
|
||||||
<div id='page-tabs' class='clearfix ui-tabs ui-widget ui-widget-content ui-corner-all'>
|
<div id='page-tabs' class='clearfix ui-tabs ui-widget ui-widget-content ui-corner-all'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue