summaryrefslogtreecommitdiff
path: root/app/views/projects/blame
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-27 16:46:20 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-01 09:04:10 +0200
commitb7160cb752fdb942b11e7ac4f9d158bed5ee2ecc (patch)
tree225ac6cbb0e8c189acc11a38f576be4ba75d82cf /app/views/projects/blame
parent88d3e97e502f0be4f01fed100a06e04b2e0f2017 (diff)
downloadgitlab-ce-b7160cb752fdb942b11e7ac4f9d158bed5ee2ecc.tar.gz
Remove blame lines added leading whitespace.
Diffstat (limited to 'app/views/projects/blame')
-rw-r--r--app/views/projects/blame/show.html.haml2
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 464e7ca40e1..aca6fde2886 100644
--- a/app/views/projects/blame/show.html.haml
+++ b/app/views/projects/blame/show.html.haml
@@ -30,5 +30,5 @@
%code{ class: highlightjs_class(@blob.name) }
:erb
<% lines.each do |line| %>
- <%= line %>
+ <%= line %>
<% end %>