Change visual separation of applications in authorized apps list (#17686)
This commit is contained in:
parent
9b58fb1ea4
commit
c0c4b5718d
3 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue