Sha256: c5058f63715b0c062da9be4833ed52156b8a5241247cde4a1791635208920c61

Contents?: true

Size: 759 Bytes

Versions: 50

Compression:

Stored size: 759 Bytes

Contents

= link_to(patient_low_clearance_mdm_path(patient), class: "button with-icon secondary") do
  i.fa.fa-group
  = t(".mdm")

a.button.dropdown.with-icon(href="#"
                            data-dropdown="pd-options"
                            aria-controls="pd-options"
                            aria-expanded="false")
  i.fa.fa-plus
  | Add
br
ul.f-dropdown#pd-options(data-dropdown-content aria-hidden="true")

  = dropdown_btn_item enabled: dashboard.profile.new_record? && dashboard.profile_policy_edit?,
                      title: t(".add_profile"),
                      url: edit_patient_low_clearance_profile_path(patient)

- unless patient.ever_been_on_low_clearance?
  = render "modality_missing_warning", message: t(".missing_modality_warning")

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
renalware-core-2.0.0 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/low_clearance/dashboards/_page_actions.html.slim