aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_networks
AgeCommit message (Collapse)Author
2018-01-25ReferentialNetworkDecorator: Convert to new action links interfaceTeddy Wing
Need to add a `collection_name` method to `ReferentialNetworksController` because `ApplicationController#decorated_collection` can't infer the `Network` model from the controller name. Refs #5586
2017-11-28Refactoring pageheaderXinhui
2017-11-27Merge branch 'master' of github.com:af83/stif-boivcedricnjanga
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-26Use t('id_codif') and t('id_reflex') to prevent hardcoded strings. Refs #5081Alban Peignier
2017-10-25Breadcrumb for referential_networksXinhui
2017-09-01table_builder_2: Use `Column#link_to` in all table builder callsTeddy Wing
Rewrite table builder calls to work with the new `TableBuilderHelper::Column#link_to` mechanism for defining the linked column and what it points to. This takes the link out of the `TableBuilderHelper`, and puts it into the hands of the view. It gives us more flexibility with regards to what can be defined as a link in our tables and what those links point to. This will be used in a more meaningful way in the `imports#show` page to list `NetexImport`s and provide links to both the referential associated with a Netex import and the imported file status page from a table row.
2017-08-30Updating project-specific iconfont for page headers (in views)jpl
2017-07-12Networks#index: Use new table builder helper on both networks tablesTeddy Wing
Refs #3479
2017-07-12Networks#show: Move header links into a decoratorTeddy Wing
In order to allow us to use these links in tables of networks via the new table builder, move the link definitions into decorator `#action_links`. This changes both of these types of pages: * http://stif-boiv.dev:3000/referentials/4/networks/118 * http://stif-boiv.dev:3000/line_referentials/1/networks/118 Refs #3479
2017-07-04Refs #3961: updating wordingjpl
2017-04-24all deprecation wrnings removed from specs, some minor view refactors (:xxx ↵Robert
=> ... -> xxx: ...); Refs: #??? [amend me]
2017-03-30Refs #3002: updating pagination on viewsjpl
2017-03-17Fix search_bar styles regressionjpl
2017-03-15Refs #2800: updating table_builder to fix some issues in sortable columns ↵jpl
(first pass)
2017-03-02Refs #2704: updating filter/search bars on every instancejpl
2017-02-15Refs #2606: update stuffjpl
2017-02-15Refs #2606: updating column itemsjpl
2017-02-14Refs #2606: updating referential_networks#indexjpl
2017-02-14Refs #2606: updating referential_networks#indexjpl
2017-02-14updating delete buttons on page header (adding icon)jpl
2017-02-14Refs #2604: updating networks and company related to linesjpl
2017-02-08Refs #2535: fixing tablebuilder upd related issuesjpl
2016-12-02Refs #2133 : Feature specs for referential companies, lines... and searchvlatka pavisic
2016-12-02Refs #2015: adding sortable columns for ref_* & * (+ fix for nil values)jpl
2016-11-30Refs #1763: adding no results messagesjpl
2016-11-30Refs #2123: syncing search forms on networks, companies...jpl
2016-11-28Refs #2019: updating ref_companies with table_builder, fixing pagination ↵jpl
issues on ref_networks
2016-11-28Fix companies testsjpl
2016-11-22Refs #2019: update ref_networks table with new table helperjpl
2016-11-22Refs #2019: Create table helper for viewsjpl
2016-11-21Refs #2019: fix tests on networks...jpl
2016-11-21Refs #2019: change list display, to table, for networksjpl
2016-11-07Workbench assocation + policy in viewsXinhui
Refs #1786
2016-09-09associate networks to line referentialEdouard Maffert