summaryrefslogtreecommitdiff
path: root/app/views/projects/releases
Commit message (Collapse)AuthorAgeFilesLines
* Remove all old sub nav barsAnnabel Dunstone Gray2017-09-251-1/+0
|
* style updatesPhil Hughes2017-08-181-0/+2
| | | | fixed some more breadcrumb titles
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
|
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-1/+1
| | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
|
* Fix layout of edit tags pagetag-edit-subnavAnnabel Dunstone2016-08-181-7/+9
|
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-1/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Updated all GFM forms to use new GLForm classPhil Hughes2016-04-141-6/+6
|
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-2/+2
| | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* Remove padding around form-actionsDouwe Maan2015-12-021-1/+1
|
* Fix 'Attach a file' link in new tag formnew-tag-textareaDouwe Maan2015-11-191-2/+1
|
* Add missing param and title for tagrelease-notesDmitriy Zaporozhets2015-11-091-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small UI improvements to new git tag pageDmitriy Zaporozhets2015-11-061-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets2015-11-052-37/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add ability to edit and show release notesDmitriy Zaporozhets2015-11-052-7/+53
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* More release related logic to separate resourceDmitriy Zaporozhets2015-11-052-0/+7
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>