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