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' -%>
|
||||
</div>
|
||||
|
||||
<span id='draft_field'>
|
||||
<%= f.check_box :draft %>
|
||||
<%= f.label :draft, t('.save_as_draft'), :class => "stripped" %>
|
||||
</span>
|
||||
<div class="field">
|
||||
<p>
|
||||
<%= f.check_box :draft %>
|
||||
<%= f.label :draft, t('.save_as_draft'), :class => "stripped" %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class='field'>
|
||||
<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