about summary refs log tree commit diff
path: root/app/views/oauth
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-02 20:28:25 +0100
committerGitHub <noreply@github.com>2022-03-02 20:28:25 +0100
commitc0c4b5718d8827fc59d5564c227e848547a2cb69 (patch)
treefa53ee5de6b4e17365f52cb9b92fdc95aed63750 /app/views/oauth
parent9b58fb1ea4036daca945cb524e674446adb9ac42 (diff)
Change visual separation of applications in authorized apps list (#17686)
Diffstat (limited to 'app/views/oauth')
-rw-r--r--app/views/oauth/authorized_applications/index.html.haml4
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