app/views/checkouts/edit.html.erb in enju_message-0.0.25 vs app/views/checkouts/edit.html.erb in enju_message-0.1.0

- old
+ new

@@ -5,10 +5,10 @@ <%= render 'manifestations/title', :manifestation => @checkout.item.manifestation if @checkout.item -%> <h3><%= t('checkout.renewal') -%></h3> <%- if @checkout.checkout_renewable? -%> <%= form_for(@checkout) do |f| -%> - <%= t('checkout.new_due_date') -%>: <%= l(@new_due_date, :formats => :only_date) if @new_due_date -%> + <%= t('checkout.new_due_date') -%>: <%= l(@new_due_date, :format => :only_date) if @new_due_date -%> <%= f.hidden_field :due_date, :value => @new_due_date -%> <br /> <%= f.submit %> <%- end -%> <%- else -%>