Sha256: adb0ecd0187e6e1812eb53bf16276a8b2d17ccdc894fbb55e475af3ee221e10a

Contents?: true

Size: 710 Bytes

Versions: 150

Compression:

Stored size: 710 Bytes

Contents

= content_for(:actions) do
  = link_to "Edit",
          edit_patient_accesses_profile_path(patient, profile),
          class: "button"

= within_patient_layout(title: "Access Profile",
                        breadcrumbs: access_summary_breadrumb(patient)) do
  - return unless profile

  .document-view
    .grid
      .row
        = render "renalware/shared/attributes_group",
            legend: "Access Profile", destination: "profile",
            models: { profile => [:type, :side, :formed_on, :started_on, :terminated_on] }

        = render "renalware/shared/attributes_group",
            legend: "Admin", destination: "notes",
            models: { profile => [:updated_by, :updated_at, :notes] }

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
renalware-core-2.0.149 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.148 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.147 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.146 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.145 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.144 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.143 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.142 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.141 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.140 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.139 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.138 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.137 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.136 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.135 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.134 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.133 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.132 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.131 app/views/renalware/accesses/profiles/show.html.slim
renalware-core-2.0.130 app/views/renalware/accesses/profiles/show.html.slim