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 %>