Fixed breadcrump of timeentries reports_controller

pull/194/head
Sebastian Schuster 12 years ago
parent 3be28209f5
commit e5859bb18c
  1. 3
      app/controllers/time_entries/reports_controller.rb

@ -214,4 +214,7 @@ class TimeEntries::ReportsController < ApplicationController
sql
end
def default_breadcrumb
I18n.t(:label_spent_time)
end
end

Loading…
Cancel
Save