Add missing link

pull/6827/head
Henriette Dinger 8 years ago
parent e07482b302
commit e9c44416ab
  1. 10
      app/controllers/export_card_configurations_controller.rb

@ -110,4 +110,14 @@ class ExportCardConfigurationsController < ApplicationController
def load_configs def load_configs
@configs = ExportCardConfiguration.all @configs = ExportCardConfiguration.all
end end
protected
def default_breadcrumb
if action_name == 'index'
t('label_export_card_configuration')
else
ActionController::Base.helpers.link_to(t('label_export_card_configuration'), pdf_export_export_card_configurations_path)
end
end
end end

Loading…
Cancel
Save