Merge remote-tracking branch 'origin/release/6.1' into merge-dev-release

pull/6827/head
Henriette Dinger 8 years ago
commit 7bf6391621
  1. 4
      app/controllers/cost_types_controller.rb

@ -140,6 +140,10 @@ class CostTypesController < ApplicationController
end
def default_breadcrumb
if action_name == 'index'
CostType.model_name.human(count: 2)
else
ActionController::Base.helpers.link_to(CostType.model_name.human(count: 2), cost_types_path)
end
end
end

Loading…
Cancel
Save