mirror of
https://github.com/discourse/discourse.git
synced 2025-06-09 01:36:43 +08:00
DEV: user-preference-page class on solo-perference
This commit is contained in:

committed by
Alan Guo Xiang Tan

parent
7f2743b4b8
commit
a47efcd6ec
@ -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">
|
<form class="form-horizontal">
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
@ -55,4 +56,5 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
@ -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}}
|
{{#conditional-loading-spinner condition=loading}}
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
{{#if showEnforcedNotice}}
|
{{#if showEnforcedNotice}}
|
||||||
@ -166,4 +167,5 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</form>
|
</form>
|
||||||
{{/conditional-loading-spinner}}
|
{{/conditional-loading-spinner}}
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
@ -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">
|
<form class="form-horizontal">
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
@ -36,4 +37,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
{{/d-section}}
|
||||||
|
Reference in New Issue
Block a user