app/views/index/_action.html.haml in artfully_ose-1.2.0 vs app/views/index/_action.html.haml in artfully_ose-1.3.0.pre1
- old
+ new
@@ -1,7 +1,8 @@
%li.row-fluid
.span1
- = image_tag "actions/#{action.action_type.downcase}.png"
+ %img{:src => "/assets/actions/#{action.action_type.downcase}.png"}
.span11.recent-activity-text
- =link_to_person (action.person)
+ %a{:href => "/people/#{action.person_id}"}
+ =action.person
=action.sentence
- .recent-action-time.muted="#{time_ago_sentence(action.occurred_at)}"
+ .recent-action-time.muted.timeago{:title => "#{action.occurred_at.iso8601}"}="#{action.occurred_at.iso8601}"
\ No newline at end of file