app/views/flyboy/tasks/index.xls.erb in flyboy-1.0.5 vs app/views/flyboy/tasks/index.xls.erb in flyboy-1.0.6

- old
+ new

@@ -17,10 +17,10 @@ <Row> <Cell><Data ss:Type="String"><%= task.goal.title %></Data></Cell> <Cell><Data ss:Type="String"><%= percentage(task.goal.progress) %></Data></Cell> <Cell><Data ss:Type="String"><%= task.title %></Data></Cell> <Cell><Data ss:Type="String"><%= percentage(task.progress) %></Data></Cell> - <Cell><Data ss:Type="String"><%= l task.term %></Data></Cell> + <Cell><Data ss:Type="String"><%= l(task.term) %></Data></Cell> </Row> <% end %> </Table> </Worksheet> </Workbook>