mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
8 lines
290 B
Text
8 lines
290 B
Text
.widget-container.fluid-height(ng-controller='LanguageCtrl')
|
|
.heading
|
|
i.fa.fa-flag
|
|
span(translate) Language
|
|
.widget-content.padded
|
|
.form-horizontal
|
|
.form-group
|
|
select.form-control(ng-model='language', ng-options='l.code as l.name for l in supportedLanguages')
|