From 780e15a7f4cbe31b876481b4f9b66193086ad665 Mon Sep 17 00:00:00 2001 From: Nick Recobra Date: Fri, 3 Feb 2012 00:22:36 +0400 Subject: [PATCH] Precise last notice time output. --- app/views/errs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errs/show.html.haml b/app/views/errs/show.html.haml index c4ba60b..c6a8063 100644 --- a/app/views/errs/show.html.haml +++ b/app/views/errs/show.html.haml @@ -9,7 +9,7 @@ %strong Environment: = @problem.environment %strong Last Notice: - = last_notice_at(@problem).to_s(:micro) + = last_notice_at(@problem).to_s(:precise) - content_for :action_bar do - if current_user.authentication_token %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" -- libgit2 0.21.2