Direct link to each authorized_application entry with html anchor (#31677)

Co-authored-by: Matt Jankowski <matt@jankowski.online>
This commit is contained in:
James May 2024-09-05 19:48:42 +10:00 committed by GitHub
parent ba9fd1c32e
commit f9712fad1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
.applications-list
- @applications.each do |application|
.applications-list__item
.applications-list__item{ id: dom_id(application) }
- if application.website.present?
= link_to application.name, application.website, target: '_blank', rel: 'noopener noreferrer', class: 'announcements-list__item__title'
- else