Merge pull request #281 from finnlabs/feature/24899-hide-breadcrumb-when-not-necessary

[24899] Hide breadcrumb when not necessary (Costs)
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 6b454be0d5
  1. 4
      app/controllers/cost_types_controller.rb

@ -146,4 +146,8 @@ class CostTypesController < ApplicationController
ActionController::Base.helpers.link_to(CostType.model_name.human(count: 2), cost_types_path) ActionController::Base.helpers.link_to(CostType.model_name.human(count: 2), cost_types_path)
end end
end end
def show_local_breadcrumb
true
end
end end

Loading…
Cancel
Save