diff options
Diffstat (limited to 'app/controllers/exports_controller.rb')
| -rw-r--r-- | app/controllers/exports_controller.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb index ed2ecd329..d5723ff78 100644 --- a/app/controllers/exports_controller.rb +++ b/app/controllers/exports_controller.rb @@ -7,6 +7,7 @@ class ExportsController < ChouetteController    def new      new! do +      add_breadcrumb Referential.human_attribute_name("exports"), referential_exports_path(@referential)        available_exports      end    end @@ -19,6 +20,7 @@ class ExportsController < ChouetteController    end    def show +    add_breadcrumb Referential.human_attribute_name("exports"), referential_exports_path(@referential)      show! do |format|        format.zip { send_file @export.file, :type => :zip }      end | 
