Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nginx Proxy Manager Dark
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jonas Leder
Nginx Proxy Manager Dark
Commits
96bc0b53
Commit
96bc0b53
authored
Mar 11, 2020
by
Jamie Curnow
Browse files
Options
Downloads
Patches
Plain Diff
Manually applying #296 - nickname required in ui
parent
b80baa78
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/js/app/user/form.ejs
+2
-2
2 additions, 2 deletions
frontend/js/app/user/form.ejs
with
2 additions
and
2 deletions
frontend/js/app/user/form.ejs
+
2
−
2
View file @
96bc0b53
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
</div>
</div>
<div class="col-sm-6 col-md-6">
<div class="col-sm-6 col-md-6">
<div class="form-group">
<div class="form-group">
<label class="form-label"><%- i18n('users', 'nickname') %></label>
<label class="form-label"><%- i18n('users', 'nickname') %>
<span class="form-required">*</span>
</label>
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>">
<input name="nickname" type="text" class="form-control" placeholder="Joe" value="<%- nickname %>"
required
>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12">
<div class="col-sm-12 col-md-12">
...
...
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