Skip to content

Commit

Permalink
Fixes to show icon on my activities block.
Browse files Browse the repository at this point in the history
  • Loading branch information
two-pack committed Jul 26, 2017
1 parent bd7994e commit cc609cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/my/blocks/_my_activity.html.erb
Expand Up @@ -12,7 +12,7 @@
<h4><%= format_activity_day(day) %></h4>
<dl>
<% events_by_day[day].sort {|x,y| y.event_datetime <=> x.event_datetime }.each do |e| -%>
<dt class="<%= e.event_type %>">
<dt class="<%= e.event_type %> icon icon-<%= e.event_type %>">
<span class="time"><%= format_time(e.event_datetime, false) %></span>
<%= content_tag('span', h(e.project), :class => 'project') %>
<%= link_to format_activity_title(e.event_title), e.event_url %></dt>
Expand Down

0 comments on commit cc609cf

Please sign in to comment.