diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/blame/show.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/blame/show.html.haml b/app/views/blame/show.html.haml index d4cd3ac1a32..297e30356a7 100644 --- a/app/views/blame/show.html.haml +++ b/app/views/blame/show.html.haml @@ -43,6 +43,7 @@ - current_line += 1 %td.lines %pre - - lines.each do |line| - = line - \ + :erb + <% lines.each do |line| %> + <%= line %> + <% end %> |
