mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -10,7 +10,7 @@
|
|||
%li{ style: "list-style: none; margin-left: 20px;" }
|
||||
= link_to user_openid_path(openid, user_id: current_user.id), method: :delete,
|
||||
data: { confirm: "Remove association with #{openid.provider} account?" } do
|
||||
%span.fa.fa-times{ style: "color: red;" }
|
||||
%span.fa-solid.fa-xmark.text-danger
|
||||
%span #{openid.provider}:#{openid.email}
|
||||
%br
|
||||
- else
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
id: "omniauth-#{provider}",
|
||||
title: "Your #{provider} login",
|
||||
method: :post do
|
||||
%i{class: "fa fa-#{provider}"}
|
||||
%i{class: "fa-brand fa-#{provider}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue