Sha256: ceaaa3471aba4c793ed826834ab13130c6a8d73c75d7a475d2d68f9a0a1fb28c

Contents?: true

Size: 514 Bytes

Versions: 5

Compression:

Stored size: 514 Bytes

Contents

.control-group
  %label.col-sm-2.control-label(for='weight') Weight
  .col-sm-4
    %input.form-control(name='weight' placehoder='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' placehoder='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' placehoder='' type='text'){value: @data.date}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
weight-recorder-0.1.4 lib/views/_form.haml
weight-recorder-0.1.3 lib/views/_form.haml
weight-recorder-0.1.2 lib/views/_form.haml
weight-recorder-0.1.1 lib/views/_form.haml
weight-recorder-0.1.0 lib/views/_form.haml