Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-melon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160381
project-melon
Commits
d74bcf8f
Commit
d74bcf8f
authored
2 months ago
by
65160381
Browse files
Options
Downloads
Patches
Plain Diff
Update file login.ejs
parent
8c32468d
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#570
passed with warnings
2 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/login.ejs
+15
-15
15 additions, 15 deletions
views/login.ejs
with
15 additions
and
15 deletions
views/login.ejs
+
15
−
15
View file @
d74bcf8f
...
...
@@ -129,14 +129,14 @@
</svg>
<main
class=
"form-signin w-100 m-auto"
>
<form
action=
"/user/login"
method=
"POST"
>
<
%
if
(
message
&&
message.length
>
0) { %>
<div
class=
"alert alert-danger"
role=
"alert"
>
<
%
if
(
message
)
{
%
>
<div
class=
"alert alert-danger"
>
<
%=
message
%
>
</div>
<
%
}
%
>
<h1
class=
"h3 mb-3 fw-normal"
>
Sign in
</h1>
<form
action=
"/user/login"
method=
"POST"
>
<h1
class=
"h3 mb-3 fw-normal"
>
Please sign in
</h1>
<div
class=
"form-floating"
>
<label
for=
"floatingInput"
>
Email address
</label>
...
...
@@ -144,7 +144,7 @@
</div>
<div
class=
"form-floating"
>
<label
for=
"floatingPassword"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"floatingPassword"
name=
"
r
password"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"floatingPassword"
name=
"password"
placeholder=
"Password"
>
</div>
<div
class=
"form-check text-start my-3"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment