aboutsummaryrefslogtreecommitdiffstats
path: root/app/decorators
diff options
context:
space:
mode:
authorcedricnjanga2018-01-09 12:12:14 +0100
committercedricnjanga2018-01-09 12:12:14 +0100
commit502b7aabce838c156516d9fa3d016dd0f5b614f9 (patch)
treef62b9a2f0a59b9c1fda97867301d63bb30c38b4d /app/decorators
parent417465bb1c147ed1e58008516ba2f9fb7515e7a9 (diff)
downloadchouette-core-502b7aabce838c156516d9fa3d016dd0f5b614f9.tar.bz2
Refs #5129 small change on import report show button5129-import-report-button
Diffstat (limited to 'app/decorators')
-rw-r--r--app/decorators/import_decorator.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/decorators/import_decorator.rb b/app/decorators/import_decorator.rb
index e748f830d..8b00234d2 100644
--- a/app/decorators/import_decorator.rb
+++ b/app/decorators/import_decorator.rb
@@ -16,14 +16,6 @@ class ImportDecorator < Draper::Decorator
links = []
links << Link.new(
- content: h.t('imports.actions.show'),
- href: h.workbench_import_path(
- context[:workbench],
- object
- )
- )
-
- links << Link.new(
content: h.t('imports.actions.download'),
href: object.file.url
)