Skip to content

Commit f6df3ef

Browse files
committed
fix invalid attached classes
1 parent 34c6e6f commit f6df3ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

templates/user/settings/account.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{{end}}
112112
</div>
113113
</div>
114-
<div class="ui attached bottom segment">
114+
<div class="ui bottom attached segment">
115115
<form class="ui form" action="{{AppSubUrl}}/user/settings/account/email" method="post">
116116
{{.CsrfTokenHtml}}
117117
<div class="required field {{if .Err_Email}}error{{end}}">

templates/user/settings/applications.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{{end}}
5050
</div>
5151
</div>
52-
<div class="ui attached bottom segment">
52+
<div class="ui bottom attached segment">
5353
<h5 class="ui top header">
5454
{{ctx.Locale.Tr "settings.generate_new_token"}}
5555
</h5>

templates/user/settings/applications_oauth2_edit_form.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</form>
3131
</div>
3232
</div>
33-
<div class="ui attached bottom segment">
33+
<div class="ui bottom attached segment">
3434
<form class="ui form ignore-dirty" action="{{.FormActionPath}}" method="post">
3535
{{.CsrfTokenHtml}}
3636
<div class="field {{if .Err_AppName}}error{{end}}">

templates/user/settings/applications_oauth2_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</div>
4848
</div>
4949

50-
<div class="ui attached bottom segment">
50+
<div class="ui bottom attached segment">
5151
<h5 class="ui top header">
5252
{{ctx.Locale.Tr "settings.create_oauth2_application"}}
5353
</h5>

templates/user/settings/security/openid.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{{end}}
3939
</div>
4040
</div>
41-
<div class="ui attached bottom segment">
41+
<div class="ui bottom attached segment">
4242
<form class="ui form" action="{{AppSubUrl}}/user/settings/security/openid" method="post">
4343
{{.CsrfTokenHtml}}
4444
<div class="required field {{if .Err_OpenID}}error{{end}}">

0 commit comments

Comments
 (0)