mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 16:55:14 +02:00
Translating everything.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
.btn-group
|
||||
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")',
|
||||
ng-model='currentRotation', btn-radio='"portrait"').pointer
|
||||
i.fa.fa-mobile(tooltip-html-unsafe='{{tooltipPortrait()}}', tooltip-placement='bottom')
|
||||
i.fa.fa-mobile(tooltip='{{ "Portrait" + device.display.orientation + "°)" | translate }}', tooltip-placement='bottom')
|
||||
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("landscape")',
|
||||
ng-model='currentRotation', btn-radio='"landscape"').pointer
|
||||
i.fa.fa-mobile.fa-rotate-90(tooltip-html-unsafe='{{tooltipLandscape()}}', tooltip-placement='bottom')
|
||||
i.fa.fa-mobile.fa-rotate-90(tooltip='{{ "Landscape" + device.display.orientation + "°)" | translate }}', tooltip-placement='bottom')
|
||||
.button-spacer
|
||||
// NOTE: ui-bootstrap bug: tooltip breaks btn-checkbox so don't put in the same button
|
||||
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-sm.btn-danger
|
||||
|
||||
Reference in New Issue
Block a user