Skip to content

Commit

Permalink
Certainly a relic from a inplace editor. Be ready to add best_in_plac…
Browse files Browse the repository at this point in the history
…e gem
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent a37190d commit 3855680
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/admin/content/_form.html.erb
Expand Up @@ -113,7 +113,8 @@
<%= check_box 'article', 'published' %>
<%= _("Published") %>
</label>
<%= ok_button('status') %>
<%= submit_tag 'Ok', :class => "old_ok_button status" %>
<%#= ok_button('status') %>
</div>
</div>
<div class='control-group'>
Expand All @@ -135,7 +136,8 @@
<p><%= _("Published") %> <strong><%= publish_now_or_already_published @article %></strong> <%= toggle_element 'publish' %></p>
<div id='publish' class='collapse input-append'>
<%= text_field 'article', 'published_at', :class => 'datepicker' %>
<%= ok_button('publish') %>
<%= submit_tag 'Ok', :class => "old_ok_button publish" %>
<%#= ok_button('publish') %>
</div>

</div>
Expand Down

0 comments on commit 3855680

Please sign in to comment.