Skip to content

Commit d7c6553

Browse files
committed
respect whitespaces in blame view
1 parent 3e115fa commit d7c6553

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/views/blame/show.html.haml

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- current_line += 1
4444
%td.lines
4545
%pre
46-
- lines.each do |line|
47-
= line
48-
\
46+
:erb
47+
<% lines.each do |line| %>
48+
<%= line %>
49+
<% end %>

0 commit comments

Comments
 (0)