Commit 29795878 authored by peterhegman's avatar peterhegman

Replace fa-clock icon with SVG in calendar_activities.html.haml

parent 2973599c
......@@ -6,7 +6,7 @@
- @events.sort_by(&:created_at).each do |event|
%li
%span.light
%i.fa.fa-clock-o
= sprite_icon('clock', size: 16, css_class: 'gl-vertical-align-text-bottom')
= event.created_at.to_time.in_time_zone.strftime('%-I:%M%P')
- if event.visible_to_user?(current_user)
- if event.push_action?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment