diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-03-15 11:01:22 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-03-16 09:37:22 -0600 |
commit | 82cc38d7d871f70ba5ee5a8848c471490da3b40d (patch) | |
tree | 6e0460b01f3af023c5031ce279832ffc9b30dc85 /app/views/projects/blame/show.html.haml | |
parent | 8050857718668eebe74d9365c732587928cad84f (diff) | |
download | gitlab-ce-82cc38d7d871f70ba5ee5a8848c471490da3b40d.tar.gz |
Fix specadd-blob-copy-button
Diffstat (limited to 'app/views/projects/blame/show.html.haml')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index ce44af69854..4ad77b6266d 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -8,7 +8,7 @@ #blob-content-holder.tree-holder .file-holder = render "projects/blob/header", blob: @blob - + .table-responsive.file-content.blame.code.js-syntax-highlight %table - current_line = 1 |