diff options
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) %>
|