summaryrefslogtreecommitdiffstats
path: root/app/views/issues
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-13 10:36:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-13 10:36:18 +0000
commit51ea8b02954da4dca2a7c1f4cfb310e7b660a808 (patch)
treef29cf58b089494b0a6a395445b736c61a4b15da4 /app/views/issues
parentf35194e6046e1be5a81d5e26705c032e4d0a4406 (diff)
downloadredmine-51ea8b02954da4dca2a7c1f4cfb310e7b660a808.tar.gz
redmine-51ea8b02954da4dca2a7c1f4cfb310e7b660a808.zip
tooltips added on calendar
git-svn-id: http://redmine.rubyforge.org/svn/trunk@161 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/_tooltip.rhtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/issues/_tooltip.rhtml b/app/views/issues/_tooltip.rhtml
new file mode 100644
index 000000000..d7b555e4a
--- /dev/null
+++ b/app/views/issues/_tooltip.rhtml
@@ -0,0 +1,6 @@
+<%= link_to "#{issue.tracker.name} ##{issue.id}", { :controller => 'issues', :action => 'show', :id => 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 />
+<strong><%= l(:field_assigned_to) %></strong>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %><br />
+<strong><%= l(:field_priority) %></strong>: <%= issue.priority.name %>