- <%= image_tag(url_to_avatar(e.event_author), :class => "avatar")%> |
+ <%= image_tag(url_to_avatar(e.event_author), :class => "avatar") %> |
@@ -19,7 +19,9 @@
<%= h(e.event_title) if @course.nil? || (e.course != nil && @course.id != e.course.id) %>
<% if @canShowRealName %>
- <%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>(<%= link_to_user(e.event_author,@canShowRealName) if e.respond_to?(:event_author) %>)
+ <%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
+ (<%= link_to_user(e.event_author, @canShowRealName) if e.respond_to?(:event_author) %>
+ )
<% else %>
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
<% end %>
@@ -31,18 +33,23 @@
-
+ |
- <%= h(truncate(strip_tags(e.event_description).gsub(/ /,' '), length: 30, omission:'...')) %>
+ <%= h(truncate(strip_tags(e.event_description).gsub(/ /, ' '), length: 30, omission: '...')) %>
|
- <%= l :label_activity_time %>: <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %> |
+ <%= l :label_activity_time %>
+ : <%= 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)%> |
+
+ <%= link_to l(:label_find_all_comments), issue_path(e) %> <%= l(:label_comments_count, :count => e.journals.count) %>
+ |
<% end %>
- |
+
+