From b5f00f254cd3a6016e6ca42e0601489710325e09 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 13 Mar 2022 00:53:32 -0500 Subject: [PATCH] Added a copy link button --- app/views/customers/view.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 4c388fc..91d6ab0 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -1,3 +1,5 @@ +

<%= copy_object_url_link(request.url) %>

+

<%= issue_heading(@issue) %>