diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-01 22:42:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-01 22:42:10 +0000 |
commit | 467f74510e44d2c0821fad691a71bc0292b8944c (patch) | |
tree | 932448c1faa2e6a6a7d9f73048b61561605b9c9f /app/views/timelog/details.rhtml | |
parent | 043cb37b161d712e1c6fe7b9aa41d7af356cf795 (diff) | |
download | redmine-467f74510e44d2c0821fad691a71bc0292b8944c.tar.gz redmine-467f74510e44d2c0821fad691a71bc0292b8944c.zip |
Time report can be done at issue level (closes #970) + timelog views xhtml validation.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1319 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog/details.rhtml')
-rw-r--r-- | app/views/timelog/details.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/timelog/details.rhtml b/app/views/timelog/details.rhtml index f1e80da1f..a0810fbde 100644 --- a/app/views/timelog/details.rhtml +++ b/app/views/timelog/details.rhtml @@ -28,3 +28,5 @@ <span><%= link_to 'CSV', params.merge(:format => 'csv'), :class => 'csv' %></span>
</p>
<% end %>
+
+<% html_title l(:label_spent_time), l(:label_details) %>
|