mirror of
https://github.com/friendica/friendica
synced 2025-04-22 02:30:11 +00:00
Merge pull request #9701 from MrPetovan/bug/9636-frio-mobile-intros-buttons
[frio] Improve display of introduction action buttons on mobile
This commit is contained in:
commit
71bd6c674b
6 changed files with 23 additions and 15 deletions
|
@ -112,6 +112,7 @@ class Introductions extends BaseNotifications
|
|||
'$note' => $notification->getNote(),
|
||||
'$ignore' => DI::l10n()->t('Ignore'),
|
||||
'$discard' => DI::l10n()->t('Discard'),
|
||||
'$is_mobile' => DI::mode()->isMobile(),
|
||||
]);
|
||||
break;
|
||||
|
||||
|
@ -190,6 +191,7 @@ class Introductions extends BaseNotifications
|
|||
'$ignore' => DI::l10n()->t('Ignore'),
|
||||
'$discard' => $discard,
|
||||
'$action' => $action,
|
||||
'$is_mobile' => DI::mode()->isMobile(),
|
||||
]);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue