mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +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">
|
||||
<form class="form-horizontal">
|
||||
|
||||
@ -56,3 +57,4 @@
|
||||
|
||||
</form>
|
||||
</section>
|
||||
{{/d-section}}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{{#d-section pageClass="user-preferences" tagName=""}}
|
||||
<section class="user-preferences solo-preference second-factor">
|
||||
{{#conditional-loading-spinner condition=loading}}
|
||||
<form class="form-horizontal">
|
||||
@ -167,3 +168,4 @@
|
||||
</form>
|
||||
{{/conditional-loading-spinner}}
|
||||
</section>
|
||||
{{/d-section}}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{{#d-section pageClass="user-preferences" tagName=""}}
|
||||
<section class="user-preferences solo-preference">
|
||||
<form class="form-horizontal">
|
||||
|
||||
@ -37,3 +38,4 @@
|
||||
|
||||
</form>
|
||||
</section>
|
||||
{{/d-section}}
|
||||
|
Reference in New Issue
Block a user