From 4b07f628f075a9bf66bfe7335037d47a29417309 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 12 Sep 2024 00:13:34 +0000 Subject: [PATCH] Change button from "More info" to "View source" --- app/views/applications/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/applications/show.html.erb b/app/views/applications/show.html.erb index 4bcfe05dc..d0f3d527d 100644 --- a/app/views/applications/show.html.erb +++ b/app/views/applications/show.html.erb @@ -92,7 +92,7 @@
<%= render ButtonWithSideTextComponent.new(tag: :a, size: "xl", type: :primary, href: external_application_path(@application), icon: :external) do |c| %> - More info + View source <% c.with_side_text do %> on the <%= @application.authority.full_name %> website <% end %>