diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-05-31 19:36:00 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-06-03 17:14:23 -0500 |
| commit | 94d9efaa8e59a93d7350e2e1f7a4f99ef93a5ab7 (patch) | |
| tree | 32e11423467945c0fa6c7557569a75dd70b525bc | |
| parent | 7df4a3c53a654782c6ca2214d8a5bd452b52835b (diff) | |
| download | gitlab-ce-issue_13499.tar.gz | |
Remove extra bracketissue_13499
| -rw-r--r-- | app/views/projects/labels/_label.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml index 950f6e284b1..294fec422c5 100644 --- a/app/views/projects/labels/_label.html.haml +++ b/app/views/projects/labels/_label.html.haml @@ -1,6 +1,5 @@ -%li{id: dom_id(label), data: { id: label.id } } } +%li{ id: dom_id(label), data: { id: label.id } } = render "shared/label_row", label: label - .pull-info-right %span.append-right-20 = link_to_label(label, type: :merge_request) do |
