Sha256: 46c2ae57bdc0e88ebb352519576691023ec1d2bbe3b6cfb4dad7d83b0cbf49d0

Contents?: true

Size: 1.33 KB

Versions: 136

Compression:

Stored size: 1.33 KB

Contents

.form-content
  = f.input :assessed_on,
            as: :date_picker,
            wrapper: :horizontal_datepicker
  = f.association :assessor,
            as: :user_picker,
            collection: Renalware::User.ordered,
            wrapper: :horizontal_medium
  = f.input :overhydration,
            wrapper: :horizontal_small
  = f.input :volume_of_distribution,
            wrapper: :horizontal_small
  = f.input :total_body_water,
            wrapper: :horizontal_small
  = f.input :extracellular_water,
            wrapper: :horizontal_small
  = f.input :intracellular_water,
            wrapper: :horizontal_small
  = f.input :lean_tissue_index,
            wrapper: :horizontal_small
  = f.input :fat_tissue_index,
            wrapper: :horizontal_small
  = f.input :lean_tissue_mass,
            wrapper: :horizontal_small
  = f.input :fat_tissue_mass,
            wrapper: :horizontal_small
  = f.input :adipose_tissue_mass,
            wrapper: :horizontal_small
  = f.input :body_cell_mass,
            wrapper: :horizontal_small
  = f.input :quality_of_reading,
            wrapper: :horizontal_small
  = f.input :notes,
            as: :text,
            wrapper: :horizontal_large,
            input_html: { rows: 5 }

.row
  .large-12.columns
    = f.button :submit
    span= " or "
    = link_to "cancel", patient_clinical_profile_path(patient)

Version data entries

136 entries across 136 versions & 1 rubygems

Version Path
renalware-core-2.0.132 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.131 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.130 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.129 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.128 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.127 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.126 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.125 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.124 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.123 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.121 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.120 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.119 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.118 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.117 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.116 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.115 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.113 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.112 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.111 app/views/renalware/clinical/body_compositions/_form.html.slim