diff options
Diffstat (limited to 'app/views/projects/gantt.rhtml')
-rw-r--r-- | app/views/projects/gantt.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index a66754842..395514b61 100644 --- a/app/views/projects/gantt.rhtml +++ b/app/views/projects/gantt.rhtml @@ -245,3 +245,5 @@ if Date.today >= @date_from and Date.today <= @date_to %> <p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> <% end %> <% end %> + +<% set_html_title l(:label_gantt) -%> |