Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
be750f29
Unverified
Commit
be750f29
authored
Apr 10, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Fix #12434
parent
09166254
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/webapp/login.ftl
src/main/webapp/login.ftl
+1
-1
src/test/resources/login.ftl
src/test/resources/login.ftl
+1
-1
No files found.
src/main/webapp/login.ftl
View file @
be750f29
...
...
@@ -10,7 +10,7 @@ ${loginLabel}
</label>
<input id="userEmail" tabindex="1" />
<label for="userPassword">
${userPasswordLabel} <a href="/forgot">(${forgotLabel})</a>
${userPasswordLabel} <a href="
${servePath}
/forgot">(${forgotLabel})</a>
</label>
<input type="password" id="userPassword" tabindex="2" />
<button onclick='login();'>${loginLabel}</button>
...
...
src/test/resources/login.ftl
View file @
be750f29
...
...
@@ -34,7 +34,7 @@
</label>
<input
id=
"userEmail"
tabindex=
"1"
/>
<label
for=
"userPassword"
>
${userPasswordLabel}
<a
href=
"/forgot"
>
(${forgotLabel})
</a>
${userPasswordLabel}
<a
href=
"
${servePath}
/forgot"
>
(${forgotLabel})
</a>
</label>
<input
type=
"password"
id=
"userPassword"
tabindex=
"2"
/>
<button
onclick=
'login();'
>
${loginLabel}
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment