wekan/client/components/settings/connectionMethod.jade

7 lines
215 B
Text
Raw Normal View History

template(name='connectionMethod')
div.at-form-authentication
label {{_ 'authentication-method'}}
select.select-authentication
each authentications
option(value="{{value}}") {{_ value}}