diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-29 11:12:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-29 11:12:57 +0000 |
commit | 0dfa2ad3cf593ae85a935c6b20b435d853df0b79 (patch) | |
tree | 5d46377ce4ae9ca7b8eef5939b6a1f191d53eedc /app/views | |
parent | 1bb51f743a3568dd8714233e83500bd7ff4feda8 (diff) | |
download | redmine-0dfa2ad3cf593ae85a935c6b20b435d853df0b79.tar.gz redmine-0dfa2ad3cf593ae85a935c6b20b435d853df0b79.zip |
Show date range on the activity (closes #837).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1303 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/activity.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml index bb3f16da3..0cf7a5000 100644 --- a/app/views/projects/activity.rhtml +++ b/app/views/projects/activity.rhtml @@ -1,4 +1,5 @@ <h2><%= l(:label_activity) %></h2> +<p class="subtitle"><%= "#{l(:label_date_from)} #{format_date(@date_to - @days)} #{l(:label_date_to).downcase} #{format_date(@date_to-1)}" %></p> <div id="activity"> <% @events_by_day.keys.sort.reverse.each do |day| %> |