Skip to content

Commit

Permalink
Update show.html.haml (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasharevzin authored and stevecrozz committed Sep 24, 2019
1 parent 549add0 commit a48fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/problems/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
= problem.environment
%strong= t('.first_notice') + ':'
= problem.first_notice_at.to_s(:precise)
%strong= t('.last_notice') + '::'
%strong= t('.last_notice') + ':'
= problem.last_notice_at.to_s(:precise)
- content_for :action_bar do
- if problem.unresolved?
Expand Down

0 comments on commit a48fff4

Please sign in to comment.