summaryrefslogtreecommitdiff
path: root/app/views/projects/blame
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-03-14 11:58:52 -0600
committerDouwe Maan <douwe@selenight.nl>2017-03-16 09:37:22 -0600
commitc52fead0d2715b27a7f832c8d848a12d3dd84bae (patch)
tree49428e3ff85c2903bdfc5c00cf11f707782d3b29 /app/views/projects/blame
parent95b3b6859a150606586854a666b8163bec21a154 (diff)
downloadgitlab-ce-c52fead0d2715b27a7f832c8d848a12d3dd84bae.tar.gz
Fix spec
Diffstat (limited to 'app/views/projects/blame')
-rw-r--r--app/views/projects/blame/show.html.haml9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml
index 8a40281e28c..ce44af69854 100644
--- a/app/views/projects/blame/show.html.haml
+++ b/app/views/projects/blame/show.html.haml
@@ -7,13 +7,8 @@
#blob-content-holder.tree-holder
.file-holder
- .js-file-title.file-title
- = blob_icon @blob.mode, @blob.name
- %strong
- = @path
- %small= number_to_human_size @blob.size
- .file-actions
- = render "projects/blob/actions"
+ = render "projects/blob/header", blob: @blob
+
.table-responsive.file-content.blame.code.js-syntax-highlight
%table
- current_line = 1