@@ -53,7 +53,7 while day <= @date_to | |||||
53 | elsif day == i.due_date |
|
53 | elsif day == i.due_date | |
54 | image_tag('arrow_to') |
|
54 | image_tag('arrow_to') | |
55 | end %> |
|
55 | end %> | |
56 | <small><%= link_to "#{i.tracker.name} ##{i.id}", :controller => 'issues', :action => 'show', :id => i %>: <%=h i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small><br /> |
|
56 | <small><%= link_to "#{i.tracker.name} ##{i.id}", { :controller => 'issues', :action => 'show', :id => i }, :title => "#{i.subject}" %>: <%=h i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small><br /> | |
57 | <% end %> |
|
57 | <% end %> | |
58 | </td> |
|
58 | </td> | |
59 | <%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %> |
|
59 | <%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %> |
General Comments 0
You need to be logged in to leave comments.
Login now