Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-27 18:46:20 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-01 11:04:10 +0400
commitb7160cb752fdb942b11e7ac4f9d158bed5ee2ecc (patch)
tree225ac6cbb0e8c189acc11a38f576be4ba75d82cf /app/views/projects/blame
parent88d3e97e502f0be4f01fed100a06e04b2e0f2017 (diff)
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 %>