aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/import_resources
AgeCommit message (Collapse)Author
2018-05-07Rework imports to use Resources and make the a little more verboseZog
2018-01-25ImportResources#index: Get rid of `ImportResourceDecorator`Teddy Wing
Seems like the object decorator for `ImportResource` isn't needed here. It doesn't contain anything except for an empty `action_links` method, which I'm guessing was to appease the table builder which used to expect one. Get rid of that decorator because it doesn't seem to be needed. Also get rid of the `links` argument to the table builder because we don't need it any more with the new action links interface. Refs #5586
2018-01-16Finalize CSV export for ComplianceCheckMessage and Import<essagecedricnjanga
2017-12-08Refs #5162 refacto import resource view + add missing logos on other viewscedricnjanga
2017-12-03Refactor call for import resources metrics in import_resources#indexLuc Donnet
2017-11-28Refactoring move render pageheader into layoutXinhui
2017-11-28Replace pageheader by render partialXinhui
2017-11-27Refs #5087 Take ImportResource metrics changes into account in viewscedricnjanga
2017-09-06Fix import messages when referential can't be created. Delete unused sass ↵Luc Donnet
files. Refs #4259
2017-09-04Fix import status table views and first version for import_messages Refs #4527Luc Donnet
2017-09-04Update workbench_import, netex_import and import_resources views Refs #4256 ↵Luc Donnet
#4257 #4258