summaryrefslogtreecommitdiff
path: root/app/views/profiles/_event_table.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/_event_table.html.haml')
-rw-r--r--app/views/profiles/_event_table.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/_event_table.html.haml b/app/views/profiles/_event_table.html.haml
index b952868e4e3..f74902a3c3b 100644
--- a/app/views/profiles/_event_table.html.haml
+++ b/app/views/profiles/_event_table.html.haml
@@ -5,7 +5,7 @@
- events.each do |event|
%li
%span.description
- = audit_icon(event.details[:with], class: "gl-mr-2")
+ = audit_icon(event.details[:with], css_class: 'gl-mr-2')
= _('Signed in with %{authentication} authentication') % { authentication: event.details[:with]}
%span.float-right= time_ago_with_tooltip(event.created_at)