DEV: user-preference-page class on solo-perference
This commit is contained in:
parent
7f2743b4b8
commit
a47efcd6ec
|
@ -1,3 +1,4 @@
|
||||||
|
{{#d-section pageClass="user-preferences" tagName=""}}
|
||||||
<section class="user-preferences solo-preference">
|
<section class="user-preferences solo-preference">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
|
||||||
|
@ -56,3 +57,4 @@
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{#d-section pageClass="user-preferences" tagName=""}}
|
||||||
<section class="user-preferences solo-preference second-factor">
|
<section class="user-preferences solo-preference second-factor">
|
||||||
{{#conditional-loading-spinner condition=loading}}
|
{{#conditional-loading-spinner condition=loading}}
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
@ -167,3 +168,4 @@
|
||||||
</form>
|
</form>
|
||||||
{{/conditional-loading-spinner}}
|
{{/conditional-loading-spinner}}
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{#d-section pageClass="user-preferences" tagName=""}}
|
||||||
<section class="user-preferences solo-preference">
|
<section class="user-preferences solo-preference">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
|
||||||
|
@ -37,3 +38,4 @@
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
|
Loading…
Reference in New Issue