diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-02 10:29:03 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-02 10:29:03 +0200 |
commit | 4b6bbf92ab4277ef6e5437139e0a876d71c663f8 (patch) | |
tree | 9e1d1917b25e642edb95efa9e44cb252e15d9c04 /app/views | |
parent | 8d1137cd6dd3577f7630ff64a1d590786fb105ec (diff) | |
parent | b7160cb752fdb942b11e7ac4f9d158bed5ee2ecc (diff) | |
download | gitlab-ce-4b6bbf92ab4277ef6e5437139e0a876d71c663f8.tar.gz |
Merge pull request #7881 from cirosantilli/rm-blame-extra-white
Remove blame lines added leading whitespace.
Diffstat (limited to 'app/views')
-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 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 %> |