test/fixtures/sammy-0.5.0/examples/backend/public/templates/task.html.erb in jim-0.2.3 vs test/fixtures/sammy-0.5.0/examples/backend/public/templates/task.html.erb in jim-0.3.0.pre

- old
+ new

@@ -1,4 +1,4 @@ <li class="task <%= (task.attr('completed') ? 'completed' : '') %>" id="<%= task.attr('id') %>"> <input type="checkbox" <%= (task.attr('completed') ? 'checked="checked"' : '') %>" /> <a href="#/tasks/<%= task.attr('id') %>" class="entry"><%= task.attr('entry') %></a> -</li> \ No newline at end of file +</li>