summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/_event_issue.html.haml')
-rw-r--r--app/views/events/_event_issue.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/_event_issue.html.haml b/app/views/events/_event_issue.html.haml
index 4293be8204e..4d357b7f912 100644
--- a/app/views/events/_event_issue.html.haml
+++ b/app/views/events/_event_issue.html.haml
@@ -1,6 +1,6 @@
-= image_tag gravatar_icon(event.author_email), :class => "avatar"
+= image_tag gravatar_icon(event.author_email), class: "avatar"
%strong #{event.author_name}
-%span.event_label{:class => event.action_name}= event.action_name
+%span.event_label{class: event.action_name}= event.action_name
issue
= link_to project_issue_path(event.project, event.issue) do
%strong= truncate event.issue_title