diff options
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 |