mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 03:43:39 +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,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}}
|
||||||
|
Reference in New Issue
Block a user