Sha256: fb4660cc20f3ce072fd66674a9f091f4e0cf490a1dcb74520eb5ec5d5804e2d3

Contents?: true

Size: 699 Bytes

Versions: 4

Compression:

Stored size: 699 Bytes

Contents

.control-group
  %label.col-sm-2.control-label(for='weight') Weight
  .col-sm-4
    %input.form-control(name='weight' placeholder='in kg' type='text'){value: @data.weight}
.control-group
  %label.col-sm-2.control-label(for='bodyfat') Body Fat
  .col-sm-4
    %input.form-control(name='bodyfat' placeholder='in percentage' type='text'){value: @data.bodyfat}
.control-group
  %label.col-sm-2.control-label(for='date') Date
  .col-sm-4
    %input.form-control(name='date' placeholder='current time, edit later' type='text'){value: @data.date}
.control-group
  %label.col-sm-2.control-label(for='memo') Memo
  .col-sm-4
    %input.form-control(name='memo' placehoder='' type='text'){value: @data.memo}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
weight-recorder-0.1.10 lib/views/_form.haml
weight-recorder-0.1.9 lib/views/_form.haml
weight-recorder-0.1.8 lib/views/_form.haml
weight-recorder-0.1.7 lib/views/_form.haml