Sha256: e8e2ea9b04d59d18fb26c4c2f4d91205cc4127ad4f4e66b1bda31ac20959fc8c

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 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_internal_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

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/messaging/internal/messages/_send_reply_link.html.slim