aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/referentials_helper.rb
AgeCommit message (Collapse)Author
2018-04-27Refs #6572; Updte wordingZog
2018-04-27Refs #6572; Update filters on referentials listZog
2018-04-27Refs #6572; New Referential#Show for noredy referentialsZog
2018-04-24Refs #6431 small changes on line & stop area statuscedricnjanga
2018-04-17Refs #6508; Uniformize lines showZog
2018-03-12Refs #5146 Line state updatecedricnjanga
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-02Refs #3542 @4h; First UIZog
Still missing: - Pagination - Filters
2017-11-21referentials_helper.rb#line_status: Add documentation commentTeddy Wing
Replace the existing comment, which seemed redundant, with a description of what the helper method does. Refs #5005
2017-11-21referentials_helper.rb#line_status: Fix style of text labelTeddy Wing
The label previously took on the colour of the icon (green or red) and was set in Times/browser default. It was set in the wrong style because the label was put inside the `<span>` for the icon. To fix the problem, leave the icon `<span>` empty and put the label just after it in a text DOM node. This makes the text label render correctly, in black 14px Open Sans. Also remove the unnecessary `cls` variables and ternaries as these are already handled by the outer `if` condition. Refs #5005
2017-09-28add helper for line_status with pictoGuillaume
2012-02-13Add referential model and gem apartmentLuc Donnet