Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Indienet
Site
Commits
5c0c237e
Commit
5c0c237e
authored
Mar 19, 2018
by
Laura Kalbag
❤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add for attribute to labels and id attribute to inputs to pair label and input fields
parent
2279a5fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
client/components/settings.vue
client/components/settings.vue
+4
-4
No files found.
client/components/settings.vue
View file @
5c0c237e
...
...
@@ -2,12 +2,12 @@
<div>
<form
@
submit.prevent
>
<b-field
label=
'Name'
>
<b-input
v-model=
'name'
placeholder=
'Anonymous'
></b-input>
<b-field
label=
'Name'
for=
'profile-name'
>
<b-input
v-model=
'name'
placeholder=
'Anonymous'
id=
'profile-name'
></b-input>
</b-field>
<b-field
label=
'Bio'
>
<b-input
v-model=
'bio'
placeholder=
'Anonymous'
></b-input>
<b-field
label=
'Bio'
for=
'profile-bio'
>
<b-input
v-model=
'bio'
placeholder=
'Anonymous'
id=
'profile-bio'
></b-input>
</b-field>
<label
class=
'label'
for=
'profile-image-upload'
>
Profile image
</label>
...
...
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