Sha256: d87254f7eb4d0ad2fe6f2658047e2444e45865bd66422f8daba86f84fedde04a

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

%h1 Editing data

%form.form-horizontal(method='post'){action: "/data/#{@data.id}"}
  != haml :_form, locals: {task: @task}
  %input(name='_method' type='hidden' value='put')
  .form-group
    .col-sm-offset-2.col-sm-10
      %button(name='commit' type='submit') Update

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
weight-recorder-0.1.2 lib/views/edit.haml
weight-recorder-0.1.1 lib/views/edit.haml
weight-recorder-0.1.0 lib/views/edit.haml