Sha256: 8cd34ca07c68b17cd16b6518c3193da2eb815834662a6a9a18f5aa5dd7c0d477

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

%h1 New Data

%form.form-horizontal(method='post' action='/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

2 entries across 2 versions & 1 rubygems

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