diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-07 18:30:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-07 18:30:01 +0000 |
commit | cf4651b6bb384eb6ebc6fea383ca483fdf1fb55a (patch) | |
tree | 424d7db17839c7ab1524797468dbaff426641d73 /app/views/issues/_tooltip.rhtml | |
parent | 14314b77ee9fad9cd55ccd7ddaddf9f1e29e4419 (diff) | |
download | redmine-cf4651b6bb384eb6ebc6fea383ca483fdf1fb55a.tar.gz redmine-cf4651b6bb384eb6ebc6fea383ca483fdf1fb55a.zip |
Added link_to_issue helper.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@431 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/_tooltip.rhtml')
-rw-r--r-- | app/views/issues/_tooltip.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_tooltip.rhtml b/app/views/issues/_tooltip.rhtml index d186322c6..de0330fb0 100644 --- a/app/views/issues/_tooltip.rhtml +++ b/app/views/issues/_tooltip.rhtml @@ -1,4 +1,4 @@ -<%= link_to "#{issue.tracker.name} ##{issue.id}", { :controller => 'issues', :action => 'show', :id => issue } %></strong>: <%=h issue.subject %><br /> +<%= link_to_issue issue %></strong>: <%=h issue.subject %><br /> <br /> <strong><%= l(:field_start_date) %></strong>: <%= format_date(issue.start_date) %><br /> <strong><%= l(:field_due_date) %></strong>: <%= format_date(issue.due_date) %><br /> |