summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-26 09:13:03 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-26 09:13:03 +0000
commitd81a135704adf2d4e69e6244bd6ca6b53986d1f9 (patch)
treea909b0b5b0e189a3286f3e931e2caff8d13e473b /app
parent1a90fbee8b5f8c51968fe20480a32257294b878a (diff)
downloadredmine-d81a135704adf2d4e69e6244bd6ca6b53986d1f9.tar.gz
redmine-d81a135704adf2d4e69e6244bd6ca6b53986d1f9.zip
href title attribute with full issue subject added
git-svn-id: http://redmine.rubyforge.org/svn/trunk@115 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/calendar.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/calendar.rhtml b/app/views/projects/calendar.rhtml
index 7f7f3813c..ab26d0b84 100644
--- a/app/views/projects/calendar.rhtml
+++ b/app/views/projects/calendar.rhtml
@@ -53,7 +53,7 @@ while day <= @date_to
elsif day == i.due_date
image_tag('arrow_to')
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 %>
</td>
<%= '</tr><tr height="100">' if day.cwday >= 7 and day!=@date_to %>