refactor to use haml instead

This commit is contained in:
James Lopez 2016-06-22 08:48:18 +02:00
parent d19379e00d
commit 5adc085962
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
Project <%= @project.name %> couldn't be exported.
The errors we encountered were:
- @errors.each do |error|
<%= error %>

View File

@ -0,0 +1,6 @@
= "Project #{@project.name} couldn't be exported."
= "The errors we encountered were:"
- @errors.each do |error|
#{error}