Skip to content

Commit

Permalink
Now link to new page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 2, 2023
1 parent 0998357 commit 8ea81bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<%# TODO: This should link to an interstitial page %>
<%# TODO: Add icon %>
<%# TODO: Handle situation when authority name is very long %>
<%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: @application.info_url, icon: :external) do %>
<%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: external_application_path(@application), icon: :external) do %>
View more at <%= @application.authority.full_name %> website
<% end %>
</div>
Expand Down

0 comments on commit 8ea81bc

Please sign in to comment.