<% @events_by_day[day].sort {|x,y| y.created_on <=> x.created_on }.each do |e| %>\r
<li><p>\r
<% if e.is_a? Issue %>\r
- <%= e.created_on.strftime("%H:%M") %> <%= e.tracker.name %> <%= link_to e.long_id, :controller => 'issues', :action => 'show', :id => e %> (<%= e.status.name %>): <%= e.subject %><br />\r
+ <%= e.created_on.strftime("%H:%M") %> <%= link_to "#{e.tracker.name} ##{e.id}", :controller => 'issues', :action => 'show', :id => e %> (<%= e.status.name %>): <%= e.subject %><br />\r
<i><%= e.author.name %></i>\r
<% elsif e.is_a? News %>\r
<%= e.created_on.strftime("%H:%M") %> <%=l(:label_news)%>: <%= link_to e.title, :controller => 'news', :action => 'show', :id => e %><br />\r
elsif day == i.due_date\r
image_tag('arrow_to') \r
end %>\r
- <%= i.tracker.name %> <%= link_to i.id, :controller => 'issues', :action => 'show', :id => i %>: <small><%= i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small><br />\r
+ <small><%= link_to "#{i.tracker.name} ##{i.id}", :controller => 'issues', :action => 'show', :id => i %>: <%= i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small><br />\r
<% end %>\r
</td>\r
<%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %>\r
top = headers_heigth + 8\r
@issues.each do |i| %>\r
<div style="position: absolute;line-height:1em;height:16px;top:<%= top %>px;left:4px;width:<%= subject_width - 5 %>px;overflow:hidden;">\r
- <small><%= link_to i.id, :controller => 'issues', :action => 'show', :id => i %>\r
+ <small><%= link_to "#{i.tracker.name} ##{i.id}", :controller => 'issues', :action => 'show', :id => i %>:\r
<%= i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small>\r
</div>\r
<% top = top + 20\r