Commit d7c655347249183363d85ad5872d3cf86e2e1003

Authored by Dmitriy Zaporozhets
1 parent 3e115faa

respect whitespaces in blame view

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
app/views/blame/show.html.haml
... ... @@ -43,6 +43,7 @@
43 43 - current_line += 1
44 44 %td.lines
45 45 %pre
46   - - lines.each do |line|
47   - = line
48   - \
  46 + :erb
  47 + <% lines.each do |line| %>
  48 + <%= line %>
  49 + <% end %>
... ...