aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/exports_controller.rb
diff options
context:
space:
mode:
authorMichel Etienne2014-08-27 08:59:19 +0200
committerMichel Etienne2014-08-27 08:59:19 +0200
commit7307e5b746650c332a44ecb023abb827d9d2be0a (patch)
treec69bc000c43685275f3ba077958342d5e45e0aff /app/controllers/exports_controller.rb
parent5b2a2fa7892c661f81e097a733c621b07d441bc0 (diff)
downloadchouette-core-7307e5b746650c332a44ecb023abb827d9d2be0a.tar.bz2
clone stop_area as parent or child, Mantis 26830
Diffstat (limited to 'app/controllers/exports_controller.rb')
-rw-r--r--app/controllers/exports_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb
index 8805c8078..ed2ecd329 100644
--- a/app/controllers/exports_controller.rb
+++ b/app/controllers/exports_controller.rb
@@ -14,7 +14,7 @@ class ExportsController < ChouetteController
def create
create! do |success, failure|
available_exports
- success.html { flash[:notice] = I18n.t('exports.new.flash'); redirect_to referential_exports_path(@referential) }
+ success.html { flash[:notice] = I18n.t('exports.new.flash')+"<br/>"+I18n.t('exports.new.flash2'); redirect_to referential_exports_path(@referential) }
end
end