|
|
@ -21,8 +21,11 @@
|
|
|
|
<td colspan="2" width="580px" ><p class="font_description"><%= textilizable(e.event_description) %></p></td>
|
|
|
|
<td colspan="2" width="580px" ><p class="font_description"><%= textilizable(e.event_description) %></p></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
|
|
|
|
<td align="left"><a class="font_lighter"><%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %></a></td>
|
|
|
|
<td align="left"><a class="font_lighter"><%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %></a></td>
|
|
|
|
|
|
|
|
<% if e.class == Issue %>
|
|
|
|
|
|
|
|
<td align="right"><span><%= link_to l(:label_find_all_comments), issue_path(e) %></span><span class="font_lighter"><%= l(:label_comments_count, :count => e.journals.count)%></span></td>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|