We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9e880 + aac7f68 commit 9905904Copy full SHA for 9905904
templates/mail/auth/reset_passwd.tmpl
@@ -9,7 +9,7 @@
9
<body>
10
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
11
<p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
12
- <p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}</p>
+ <p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
13
14
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
15
</body>
web_src/less/_dashboard.less
@@ -16,6 +16,9 @@
16
17
.item {
18
text-align: left;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
23
.text {
24
height: 16px;
0 commit comments