aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-11-06 17:30:35 -0500
committerRaghuram Subramani <raghus2247@gmail.com>2025-11-06 17:30:35 -0500
commit740ed1c0f17fc97f9dc7afd6c07d351f98fcc93d (patch)
treece5986ed411375ba2a00a7b66268eb57f6e8abdd
parent722dfd902736663672ad0ca98932231bdb6e642f (diff)
clients: link to intake_form
-rw-r--r--app/views/clients/show.html.haml11
1 files changed, 9 insertions, 2 deletions
diff --git a/app/views/clients/show.html.haml b/app/views/clients/show.html.haml
index 95e68a9..a63540a 100644
--- a/app/views/clients/show.html.haml
+++ b/app/views/clients/show.html.haml
@@ -1,7 +1,14 @@
%article
%header
- %b Client Information
- = link_to "EDIT", edit_client_path(id: @client.id)
+ %nav
+ %ul
+ %li
+ %b Client Information
+ %ul
+ %li
+ = link_to "Intake Form", intake_form_clients_path(uuid: @client.uuid), target: "_blank"
+ |
+ = link_to "Edit", edit_client_path(id: @client.id)
%p
First Name: