Sha256: d0996fb20075c623f09b4cb988da32a4c2e016dfb413fe85cb83a43759fd446a

Contents?: true

Size: 623 Bytes

Versions: 9

Compression:

Stored size: 623 Bytes

Contents

%h1 New Data

%form.form-horizontal(method='post'){action: uri('/data')}
  .control-group
    %label.control-label(for='weight') Weight[kg]
    .controls
      %input#weight.span3(name='weight' type='text'){value: @data.weight}
  .control-group
    %label.control-label(for='bodyfat') Body Fat[%]
    .controls
      %input#bodyfat.span3(name='bodyfat' type='text'){value: @data.bodyfat}
  .control-group
    %label.control-label(for='date') Measuring Time
    .controls
      %input#bodyfat.span3(name='date' type='text'){value: @data.date}
  .control-group
    .controls
      %button(name='commit' type='submit') Create

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
weight-recorder-0.1.10 lib/views/new.haml.old
weight-recorder-0.1.9 lib/views/new.haml.old
weight-recorder-0.1.8 lib/views/new.haml.old
weight-recorder-0.1.7 lib/views/new.haml.old
weight-recorder-0.1.6 lib/views/new.haml.old
weight-recorder-0.1.5 lib/views/new.haml
weight-recorder-0.1.4 lib/views/new.haml
weight-recorder-0.1.3 lib/views/new.haml
weight-recorder-0.1.2 lib/views/new.haml