Navigation Menu

Skip to content

Commit

Permalink
Fix back calendar in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 0c912ae commit a37190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/content/_form.html.erb
Expand Up @@ -84,7 +84,7 @@
<a href="#" class="extoggle publish" ><%= t('.change')%></a>
</p>
<div id='publish' class='input-append' style='display: none;'>
<%= calendar_date_select 'article', 'published_at' %>
<%= text_field 'article', 'published_at', :class => "datepicker" %>
<p><span class="btn btn-mini">
<a href="#" class="extoggle status"><%= t('.ok')%></a>
</span></p>
Expand Down

0 comments on commit a37190d

Please sign in to comment.