summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
|
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-1/+3
|
* Pull preserve into render helpersDouwe Maan2017-04-281-2/+1
|
* Added ‘protected’ label and disabled delete button for tags index/showJames Edwards-Jones2017-03-311-1/+4
|
* HAMLLint: Fix `TrailingWhitespace` offense post-rebaseKushal Pandya2016-12-311-1/+1
|
* Truncate tag description and fix mobile for inidividual tag1659-long-tag-titleSam Rose2016-12-271-7/+9
|
* Remove tags.scssremove-tags-scssAnnabel Dunstone Gray2016-12-061-10/+11
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Aggressively merge views, feedback:Lin Jen-Shin2016-08-241-2/+1
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347679 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347470
* Fix styling of tag pagetag-page-updatesAnnabel Dunstone2016-07-181-32/+35
|
* 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>
* Add integration specs for tagsRémy Coutable2016-05-101-1/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace text field with textarea in 'New Tag' view and display tag message ↵Calin Seciu2016-05-101-4/+3
| | | | in `<pre>`
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-4/+4
|
* Replace strong by span for .item-title elementsfix-alignment-issueRémy Coutable2016-01-151-2/+2
|
* Streamline item titles to use a single class, and add back strong tagsRémy Coutable2016-01-151-1/+1
|
* Improve the consistency of commit titles, branch names, tag names, issue/MR ↵fix/titles-weightRémy Coutable2016-01-141-2/+2
| | | | titles, on their respective project pages
* Add tooltips to tag buttonsDouwe Maan2015-12-021-4/+4
|
* Update copy used in alert message when deleting branches or tags. #2993issue_2993Rubén Dávila2015-11-191-1/+1
|
* Add missing param and title for tagrelease-notesDmitriy Zaporozhets2015-11-091-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests to release notes featureDmitriy Zaporozhets2015-11-061-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Retyle tag show pageDmitriy Zaporozhets2015-11-051-14/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve UI for tags pageDmitriy Zaporozhets2015-11-051-12/+10
| | | | 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-051-0/+44
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>