|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
:id => act.id},
|
|
|
|
|
:class => "problem_tit fl fb " %>
|
|
|
|
|
</a><br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<%= l :label_activity_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
<%= link_to format_activity_title("#{act.issue.tracker} ##{act.issue.project_issues_index}: #{act.issue.subject}"),
|
|
|
|
|
{:controller => 'issues', :action => 'show', :id => act.issue.id, :anchor => "change-#{act.id}"}, :class => "problem_tit fl fb" %>
|
|
|
|
|
</a><br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:notes %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:notes %><br />
|
|
|
|
|
<%= l :label_activity_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
:board_id => act.board_id}.merge(act.parent_id.nil? ? {:id => act.id} : {:id => act.parent_id, :r => act.id, :anchor => "message-#{act.id}"}),
|
|
|
|
|
:class => "problem_tit fl fb " %>
|
|
|
|
|
<br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:content %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:content %><br />
|
|
|
|
|
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
<%= link_to format_activity_title("#{l(:label_news)}: #{act.title}"), {:controller => 'news', :action => 'show', :id => act.id}, :class => "problem_tit fl fb " %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</a><br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
<%= link_to h(e.user), user_path(e.user_id), :class => "problem_name c_orange fl" %></a><span class="fl"> <%= l(:label_new_activity) %> :</span>
|
|
|
|
|
|
|
|
|
|
<%= link_to format_activity_title("#{l(:label_document)}: #{act.title}"), {:controller => 'documents', :action => 'show', :id => act.id}, :class => "problem_tit fl fb" %><br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -118,7 +118,7 @@
|
|
|
|
|
<%= h(e.project) if @project.nil? || @project.id != e.project_id %>
|
|
|
|
|
<%= link_to h(e.user), user_path(e.user_id), :class => "problem_name c_orange fl" %></a><span class="fl"> <%= l(:label_new_activity) %> :</span>
|
|
|
|
|
<%= link_to format_activity_title("#{l(:label_attachment)}: #{act.filename}"), {:controller => 'attachments', :action => 'show', :id => act.id}, :class => "problem_tit fl fb" %></a><br />
|
|
|
|
|
<p class="mt5"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<p class="mt5 break_word"><%= textAreailizable act,:description %><br />
|
|
|
|
|
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|