summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-01-04 14:42:29 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-01-04 14:42:29 +0000
commitc36ab8acdcab2a843da38e133122aaa856fc4f4a (patch)
treee14b3389bbc0c89c3948221b51be975c746658d5 /app/views/projects/blob/_blob.html.haml
parent034d2e4e749ee09649062d3fb1d26c53021ab4d8 (diff)
parentce9357e8a7e86cd314ac66965e0bf215986046f3 (diff)
downloadgitlab-ce-c36ab8acdcab2a843da38e133122aaa856fc4f4a.tar.gz
Merge branch 'review-commits-and-commit-scss' into 'master'
Review commits and commit scss See merge request !8010
Diffstat (limited to 'app/views/projects/blob/_blob.html.haml')
-rw-r--r--app/views/projects/blob/_blob.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml
index 350bdf5f836..f75f438ee4f 100644
--- a/app/views/projects/blob/_blob.html.haml
+++ b/app/views/projects/blob/_blob.html.haml
@@ -18,7 +18,7 @@
- else
= link_to title, '#'
-%ul.blob-commit-info.hidden-xs
+%ul.blob-commit-info.table-list.hidden-xs
- blob_commit = @repository.last_commit_for_path(@commit.id, blob.path)
= render blob_commit, project: @project, ref: @ref