summaryrefslogtreecommitdiff
path: root/app/views/projects/blob
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-02-28 14:31:21 +1100
committerSimon Knox <psimyn@gmail.com>2017-03-07 08:44:22 +1100
commit591f0e2258a4a97d8f3eb6ade797feb54f1a321f (patch)
treef7b592a7ee4f8fd9bbd34698944cc55f67dd41e3 /app/views/projects/blob
parent9f908cfc8ed3acf2fd6692f098ed1bd526631a0d (diff)
downloadgitlab-ce-591f0e2258a4a97d8f3eb6ade797feb54f1a321f.tar.gz
consistent spacing on new MR panels28230-new-mr-spacing
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
Diffstat (limited to 'app/views/projects/blob')
-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 41a7191302d..24ff74ecb3b 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.table-list.hidden-xs
+%ul.blob-commit-info.hidden-xs
- blob_commit = @repository.last_commit_for_path(@commit.id, blob.path)
= render blob_commit, project: @project, ref: @ref