DEV: user-preference-page class on solo-perference

This commit is contained in:
awesomerobot 2022-04-12 10:46:57 -04:00 committed by Alan Guo Xiang Tan
parent 7f2743b4b8
commit a47efcd6ec
3 changed files with 243 additions and 237 deletions

View File

@ -1,4 +1,5 @@
<section class="user-preferences solo-preference">
{{#d-section pageClass="user-preferences" tagName=""}}
<section class="user-preferences solo-preference">
<form class="form-horizontal">
<div class="control-group">
@ -55,4 +56,5 @@
{{/if}}
</form>
</section>
</section>
{{/d-section}}

View File

@ -1,4 +1,5 @@
<section class="user-preferences solo-preference second-factor">
{{#d-section pageClass="user-preferences" tagName=""}}
<section class="user-preferences solo-preference second-factor">
{{#conditional-loading-spinner condition=loading}}
<form class="form-horizontal">
{{#if showEnforcedNotice}}
@ -166,4 +167,5 @@
{{/if}}
</form>
{{/conditional-loading-spinner}}
</section>
</section>
{{/d-section}}

View File

@ -1,4 +1,5 @@
<section class="user-preferences solo-preference">
{{#d-section pageClass="user-preferences" tagName=""}}
<section class="user-preferences solo-preference">
<form class="form-horizontal">
<div class="control-group">
@ -36,4 +37,5 @@
</div>
</form>
</section>
</section>
{{/d-section}}