|
|
|
@ -22,14 +22,13 @@
|
|
|
|
|
<span class="font_lighter">
|
|
|
|
|
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
|
|
|
|
|
<%= l(:label_new_activity) %> </span>
|
|
|
|
|
<%= link_to format_activity_title(e.event_title), e.event_url %>
|
|
|
|
|
<%= link_to "#{eventToLanguage(e.event_type)}: "<<format_activity_title(e.event_title), e.event_url %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" width="580px" >
|
|
|
|
|
<p class="font_description">
|
|
|
|
|
<!-- modify by nyan -->
|
|
|
|
|
<%= textilizable( stringCut240(e.event_description) ) %>
|
|
|
|
|
<%= textilizable( truncate(e.event_description, :length => 240)) %>
|
|
|
|
|
</p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|