diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-11-16 17:17:50 +0100 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-11-16 17:17:59 +0100 |
commit | c89c2ddd8697f4e31de63787e57617ba9d061feb (patch) | |
tree | 7633c00023926908e4f12ad28b40802613a0ef23 /app/views | |
parent | 75c3dc9efcc88b8cc9a3d1013fbb5358bb64b432 (diff) | |
download | gitlab-ce-c89c2ddd8697f4e31de63787e57617ba9d061feb.tar.gz |
Remove commit indicator from path on Commits tab
Diffstat (limited to 'app/views')
-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" |