Sha256: 44c9bac84e6d488942f04352a05e744608882fc7b5b90fb95519753b90bd23e3

Contents?: true

Size: 511 Bytes

Versions: 3

Compression:

Stored size: 511 Bytes

Contents

/ This partial is pulled in when the whole page renders, and creates the link and
/ associated modal dialog wiring for creating an admission request (TCI).
- url = new_admissions_request_path(patient_id: patient, format: :html)

/ Link to launch the modal dialog
=link_to(url,
         id: "create-admissions-request",
         data: { "reveal-id" => "admissions-request-modal", "reveal-ajax" => "true" }) do
  - if local_assigns.fetch(:use_icon, true)
    i.fa.fa-link-annotation.fa-hand-o-right
  = link_text

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/admissions/requests/_create_request_link.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/admissions/requests/_create_request_link.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/admissions/requests/_create_request_link.html.slim