diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-02 21:47:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 21:47:03 +0100 |
commit | 3637a0101e1f5095397f190e88f281d603797c32 (patch) | |
tree | 290569d5d454dc1a1478c35b7a4d6755ccfcad2c /app/views/oauth | |
parent | d9e30efa5ecc87bc9be7b2e28baaf34bd01032f5 (diff) | |
parent | c69d94ef7e13360e502635fc8bb1bbf8e13dfd74 (diff) |
Merge pull request #1710 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/oauth')
-rw-r--r-- | app/views/oauth/authorized_applications/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/oauth/authorized_applications/index.html.haml b/app/views/oauth/authorized_applications/index.html.haml index fead56f4a..0280d8aef 100644 --- a/app/views/oauth/authorized_applications/index.html.haml +++ b/app/views/oauth/authorized_applications/index.html.haml @@ -5,9 +5,9 @@ %hr.spacer/ -.announcements-list +.applications-list - @applications.each do |application| - .announcements-list__item + .applications-list__item - if application.website.present? = link_to application.name, application.website, target: '_blank', rel: 'noopener noreferrer', class: 'announcements-list__item__title' - else |