Sha256: 92f0dfc4c0d4653ed44b4795125cc550929ff45c1aa43a77e08aba25a3ca9cf0

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

- provide :title, "Edit Todo"

= render header_view.template

h1 Edit Todo

div
  = form_for todo, url: todo_path(todo) do |f|
    = f.label :description
    = f.text_field :description
    = f.hidden_field :user_id
    = f.submit 'Update'


Version data entries

4 entries across 4 versions & 1 rubygems

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