mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Direct link to each authorized_application entry with html anchor (#31677)
Co-authored-by: Matt Jankowski <matt@jankowski.online>
This commit is contained in:
parent
ba9fd1c32e
commit
f9712fad1b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue