diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 13:41:32 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 13:41:32 +0200 |
commit | 86a7787a154ba39006f885d121ddaf55b3886112 (patch) | |
tree | 287436da45b5759db220bc39901e637e5dc60627 | |
parent | 5bcf82634a54bcde5494ab6309fafa899800948d (diff) | |
parent | c89c2ddd8697f4e31de63787e57617ba9d061feb (diff) | |
download | gitlab-ce-86a7787a154ba39006f885d121ddaf55b3886112.tar.gz |
Merge pull request #8324 from cirosantilli/rm-commit
Remove commit indicator from path on Commits tab [UI]
-rw-r--r-- | app/views/projects/commits/show.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml index 5717c24c274..56956625e0b 100644 --- a/app/views/projects/commits/show.html.haml +++ b/app/views/projects/commits/show.html.haml @@ -11,8 +11,6 @@ %ul.breadcrumb.repo-breadcrumb = commits_breadcrumbs - %li.active - commits %div{id: dom_id(@project)} #commits-list= render "commits" |