aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api_keys
AgeCommit message (Collapse)Author
2017-11-28Refactoring move render pageheader into layoutXinhui
2017-11-28Replace pageheader by render partialXinhui
2017-09-15Refs: #4446@1.5h;Robert
* Make failing /delete_api_key_feature_spec pending - Seems Capybara only sees html from the partial api_keys/_form, but not the parent api_keys/edit, which happens to contain the delete link :( * ApiKeyPolicy adapted - update? depends on record's organisation as no referential present - create? depends on user's permission only as organisation will be correct anyway
2017-09-11Fix views and access for api keys generation Refs #4276 @8Luc Donnet
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-18Refactoring api_key#new form with simple_formXinhui
2017-08-18Refactoring api_keys views with table_builderXinhui
2016-08-04Refs #1295: convert erb to slim (api_keys)jpl
2015-09-15Mantis 38589 : cannot show or copy api-keyMichel Etienne
2015-09-15Mantis 38589 : cannot show or copy api-keyMichel Etienne
2014-09-26Fix api_keys index list design and some labels to destroy itemLuc Donnet
2012-12-14add api_key managementMarc Florisson