diff --git a/app/views/tasks/_impediment.html.erb b/app/views/tasks/_impediment.html.erb index 9ee16374c..8720864d3 100755 --- a/app/views/tasks/_impediment.html.erb +++ b/app/views/tasks/_impediment.html.erb @@ -12,7 +12,7 @@
<%= impediment.parent_id %>
<%= impediment.status_id %>
- +
<%- impediment.errors.each_error do |a, err| %>
<%= "#{l(a)} #{l(err.type)}" %>
@@ -20,4 +20,4 @@
<%- end %> - \ No newline at end of file + diff --git a/features/step_definitions/product_owner_steps.rb b/features/step_definitions/product_owner_steps.rb old mode 100644 new mode 100755