Skip to content

Commit

Permalink
Use :short time format.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 13, 2010
1 parent 5fa6402 commit 98631ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/inquiries/index.html.erb
Expand Up @@ -12,7 +12,7 @@
<% else %>
<% if @grouped_inquiries.any? -%>
<% @grouped_inquiries.each do |container| %>
<h3><%= l((inquiry_group = container.last).first.created_at.strftime('%A, %d %B %Y')) %></h3>
<h3><%= l((inquiry_group = container.last).first.created_at, :format => :short) %></h3>
<ul>
<%= render :partial => 'inquiry', :collection => inquiry_group %>
</ul>
Expand Down

0 comments on commit 98631ca

Please sign in to comment.