Sha256: c3c06b55547f3a7169dda284055308a7c8d31ba80e198b843f602b8ae71cb1db

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

<%= yield %>

$("#toggle-all").prop("checked", <%= Todo.active.count == 0 %>);

$("#todoapp").toggleClass("has_todos", <%= Todo.count > 0 %>);

$("#footer").replaceWith("<%= j(render("footer")) %>");

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/app/views/layouts/todos.js.erb
half-pipe-0.3.0.beta.1 examples/todomvc-rails/app/views/layouts/todos.js.erb
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/app/views/layouts/todos.js.erb
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/app/views/layouts/todos.js.erb
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/app/views/layouts/todos.js.erb