зеркало из https://github.com/nextcloud/spreed.git
Call attention to call button via primary class
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
4fa5078b7d
Коммит
32b59d86be
|
@ -38,11 +38,11 @@
|
|||
'{{/if}}' +
|
||||
'{{#if participantInCall}}' +
|
||||
' <div>' +
|
||||
' <button class="leave-call">' + t('spreed', 'Leave call') + '</button>' +
|
||||
' <button class="leave-call primary">' + t('spreed', 'Leave call') + '</button>' +
|
||||
' </div>' +
|
||||
'{{else}}' +
|
||||
' <div>' +
|
||||
' <button class="join-call">' + t('spreed', 'Join call') + '</button>' +
|
||||
' <button class="join-call primary">' + t('spreed', 'Join call') + '</button>' +
|
||||
' </div>' +
|
||||
'{{/if}}' +
|
||||
'{{#if canModerate}}' +
|
||||
|
|
Загрузка…
Ссылка в новой задаче