href title attribute with full issue subject added
git-svn-id: http://redmine.rubyforge.org/svn/trunk@115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1a90fbee8b
commit
d81a135704
@ -53,7 +53,7 @@ while day <= @date_to
|
|||||||
elsif day == i.due_date
|
elsif day == i.due_date
|
||||||
image_tag('arrow_to')
|
image_tag('arrow_to')
|
||||||
end %>
|
end %>
|
||||||
<small><%= link_to "#{i.tracker.name} ##{i.id}", :controller => 'issues', :action => 'show', :id => i %>: <%=h i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %></small><br />
|
<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 />
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
<%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %>
|
<%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user