summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-11-16 17:17:50 +0100
committerCiro Santilli <ciro.santilli@gmail.com>2014-11-16 17:17:59 +0100
commitc89c2ddd8697f4e31de63787e57617ba9d061feb (patch)
tree7633c00023926908e4f12ad28b40802613a0ef23 /app/views/projects/commits
parent75c3dc9efcc88b8cc9a3d1013fbb5358bb64b432 (diff)
downloadgitlab-ce-c89c2ddd8697f4e31de63787e57617ba9d061feb.tar.gz
Remove commit indicator from path on Commits tab
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/show.html.haml2
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"