<%= image_tag(url_to_avatar(e.event_author), :class => "avatar")%> |
<%= h(e.project) if @project.nil? || @project.id != e.project.id %>
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
<%= l(:label_new_activity) %>
<%= link_to "#{eventToLanguage(e.event_type)}: "<
|
<%= textilizable( truncate(e.event_description, :length => 240)) %>
|
<%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %> |
<% if e.event_type == "issue" %>
<%= link_to l(:label_find_all_comments), issue_path(e) %> <%= l(:label_comments_count, :count => e.journals.count)%> |
<% end %>
|