|
|
|
@ -252,17 +252,35 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<% if e.user == User.current %>
|
|
|
|
|
<td colspan="2" valign="top">
|
|
|
|
|
<strong><%= link_to("#{l(:label_i)}", user_path(e.user_id)) %></strong> <span class="font_lighter"><%= l(:label_i_new_activity) %></span> <%= link_to format_activity_title("#{act.source_from} (#{act.status}): #{act.tracker.name} #{act.subject}"), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
<strong>
|
|
|
|
|
<%= link_to("#{l(:label_i)}", user_path(e.user_id)) %>
|
|
|
|
|
</strong>
|
|
|
|
|
<span class="font_lighter">
|
|
|
|
|
<%= l(:label_i_new_activity) %>
|
|
|
|
|
</span>
|
|
|
|
|
<%= link_to format_activity_title("#{act.source_from} (#{act.status}): #{act.tracker.name} #{act.subject}"), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
</td>
|
|
|
|
|
<% else %>
|
|
|
|
|
<td colspan="2" valign="top">
|
|
|
|
|
<strong><%= link_to(h(e.user), user_path(e.user_id)) %></strong> <span class="font_lighter"><%= l(:label_new_activity) %></span> <%= link_to format_activity_title("#{act.source_from} (#{act.status}): #{act.tracker.name} #{act.subject}"), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
<strong>
|
|
|
|
|
<%= link_to(h(e.user), user_path(e.user_id)) %>
|
|
|
|
|
</strong>
|
|
|
|
|
<span class="font_lighter">
|
|
|
|
|
<%= l(:label_new_activity) %>
|
|
|
|
|
</span>
|
|
|
|
|
<%= link_to format_activity_title("#{act.source_from} (#{act.status}): #{act.tracker.name} #{act.subject}"), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
</td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" width="580">
|
|
|
|
|
<p class="font_description"> <%= textilizable(act.description) %> </p></td>
|
|
|
|
|
<div class="issue-list-description">
|
|
|
|
|
<div class="wiki">
|
|
|
|
|
<%= textilizable act, :description %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <p class="font_description"> <%#= textilizable(act.description) %> </p> -->
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|