Sha256: f914d431a755fbecf26d0e85307afb2c6f4f79122be8dd4c3b784b3718c71f19

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

/ This partial is pulled in when the whole page renders, and creates the link and
/ associated modal dialog wiring sending a message.
- patient = Renalware::Messaging.cast_patient(patient)
- url = new_messaging_message_path(patient_id: patient,
                                   replying_to_message_id: replying_to_message_id,
                                   format: :html)
/ Link to launch the modal dialog
=link_to(url,
         data: { "reveal-id" => "send-message-modal", "reveal-ajax" => "true" },
         class: "button secondary") do
  i.fa.fa-link-annotation.fa-reply
  = link_text

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta7 app/views/renalware/messaging/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/messaging/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/messaging/messages/_send_reply_link.html.slim