From 020214fc66c770e054f3e3f2ad0e7ecf80e8b424 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 13 Sep 2024 05:03:10 +0000 Subject: [PATCH] Put external icon next to "view source" link --- app/views/applications/show.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/applications/show.html.erb b/app/views/applications/show.html.erb index f129e824c..fd46bc36e 100644 --- a/app/views/applications/show.html.erb +++ b/app/views/applications/show.html.erb @@ -34,6 +34,9 @@
<%= @application.authority.full_name %> <% if ab_test("view_source", "button", "link") == "link" %> +
+ <%= render IconComponent.new(name: :external) %> +
<%= pa_link_to "View source", external_application_path(@application), extra_classes: "ml-1" %> <% end %>