Skip to content

Commit

Permalink
* fixed current time display at the active trackers tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kranz committed Mar 26, 2014
1 parent 10cb5ee commit d2700b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/tt_info/index.html.erb
Expand Up @@ -58,7 +58,7 @@
<td class="issue"><%= issue.nil? ? "" : link_to_issue(issue, :project => true) %></td>
<% end %>
<td class="comments"><%= time_tracker.comments %></td>
<td class="spent-time"><%= help.time_dist2string(time_tracker.running_time) %></td>
<td class="spent-time"><%= help.time_dist2string(time_tracker.running_time / 60) %></td>
<td class="buttons" style="width: 75px;">
<% if time_tracker.user == User.current || User.current.admin? %>
<%= link_to l(:time_tracker_label_delete),
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -25,7 +25,7 @@
author 'HicknHack Software GmbH'
author_url 'http://www.hicknhack-software.com'
description 'Keep track of all the time. Associate it at your will. Create and print custom reports.'
version '0.9.6'
version '0.9.7'

requires_redmine :version_or_higher => '2.4.0'

Expand Down

0 comments on commit d2700b6

Please sign in to comment.