Commit 780e15a7f4cbe31b876481b4f9b66193086ad665

Authored by Nick Recobra
1 parent 0833a3bc
Exists in master and in 1 other branch production

Precise last notice time output.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/errs/show.html.haml
... ... @@ -9,7 +9,7 @@
9 9 %strong Environment:
10 10 = @problem.environment
11 11 %strong Last Notice:
12   - = last_notice_at(@problem).to_s(:micro)
  12 + = last_notice_at(@problem).to_s(:precise)
13 13 - content_for :action_bar do
14 14 - if current_user.authentication_token
15 15 %span= link_to 'iCal', app_err_path(:app_id => @app.id, :id => @problem.id, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link"
... ...