diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 13:47:20 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 13:47:20 +0200 |
commit | f0b8477cdacb80fcabf7e50f520f6d280feccced (patch) | |
tree | d2e7a5e609717f24bb211b004f1d25f15fec35e3 /app | |
parent | 7c737aa697bd784c1e13e91f82a828e3dc4c221b (diff) | |
parent | 86a7787a154ba39006f885d121ddaf55b3886112 (diff) | |
download | gitlab-ce-f0b8477cdacb80fcabf7e50f520f6d280feccced.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'app')
-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" |