summaryrefslogtreecommitdiff
path: root/app/presenters
Commit message (Collapse)AuthorAgeFilesLines
* Added delegations to comply with the new rubocop rulesJose Ivan Vargas2017-03-061-12/+3
| | | | | Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-0/+4
| | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
* Introduced the deploy keys presenterGrzegorz Bizon2017-03-061-0/+65
|
* Don't override presentee methods for Gitlab::View::Presenter::DelegatedRémy Coutable2017-01-241-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-184-28/+19
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix typos and improve presenters documentationRémy Coutable2017-01-181-39/+28
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve presenter architectureRémy Coutable2017-01-184-20/+24
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document presentersRémy Coutable2017-01-183-0/+185
Signed-off-by: Rémy Coutable <remy@rymai.me>