Sha256: 6e66569dcda5c97b6a52ad9d689fa9942e8a15dadcad2e5675d4c74d416b1c6f

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

- provide :title, "View Todos"

= render header_view.template

h1 Your Todos

= link_to 'Create New Todo', new_todo_path
= button_to 'Delete Completed Todos', all_completed_todos_path, method: :delete

- todo_views.each do |todo_view|
  = render todo_view.template

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aldous-1.1.3 examples/basic_todo/app/views/todos/index.html.slim
aldous-1.1.2 examples/basic_todo/app/views/todos/index.html.slim
aldous-1.0.1 examples/basic_todo/app/views/todos/index.html.slim
aldous-1.0.0 examples/basic_todo/app/views/todos/index.html.slim