gitlab-org--gitlab-foss/app/views/projects/issues
Alejandro Rodríguez fa3bbd449e Fix lightweight tags not processed correctly by GitTagPushService
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
to the sha of the tag to the sha of the commit the tag points to. The
problem is that only annotated tags have `object_sha`s, lightweight tags
don't (it's nil), so (only) in their case we still need to use
`tag.target`.
2016-10-28 13:53:18 -03:00
..
_closed_by_box.html.haml makes message plural for multiple MRs and removes from loop. Duh. 2016-01-12 20:49:43 -05:00
_discussion.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form.html.haml Updated issue form to use new GLForm 2016-04-14 10:28:05 +01:00
_head.html.haml Fix links to issue boards 2016-10-11 11:39:05 -03:00
_issue.html.haml Remove duplication between global and the regular label partials 2016-10-19 14:58:24 -02:00
_issue_by_email.html.haml Merge some repeated codes to the partial 2016-07-27 18:07:11 +08:00
_issues.html.haml Add visibility level to project repository 2016-10-17 18:12:18 -02:00
_merge_requests.html.haml Used flexbox to force related merge request list items into columned items 2016-09-09 19:05:47 +01:00
_new_branch.html.haml fix margin for multi-line emojis 2016-09-07 10:04:59 -07:00
_related_branches.html.haml Fix lightweight tags not processed correctly by GitTagPushService 2016-10-28 13:53:18 -03:00
edit.html.haml Use to_reference for Issue "show" and "edit" page titles 2016-10-19 12:24:29 +02:00
index.atom.builder Don't try to count a relation with aliases 2016-06-10 14:29:08 +01:00
index.html.haml Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
new.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
show.html.haml code formatting corrected 2016-10-24 13:02:15 +06:00