Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
0169871b
Commit
0169871b
authored
5 months ago
by
Monica Cellio
Browse files
Options
Downloads
Patches
Plain Diff
remove unused fields from edit form
parent
74926e1b
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/users/edit_profile.html.erb
+6
-19
6 additions, 19 deletions
app/views/users/edit_profile.html.erb
with
6 additions
and
19 deletions
app/views/users/edit_profile.html.erb
+
6
−
19
View file @
0169871b
...
...
@@ -62,25 +62,12 @@
</div>
</div>
<div
class=
"grid"
>
<div
class=
"grid--cell is-4 is-12-sm form-group"
>
<%=
f
.
label
:website
,
class:
"form-element"
%>
<span
class=
"form-caption"
>
A link to anywhere on the internet for your stuff.
</span>
<%=
f
.
text_field
:website
,
class:
'form-element'
,
autocomplete:
'off'
,
placeholder:
'https://...'
%>
</div>
<div
class=
"grid--cell is-4 is-12-sm form-group"
>
<%=
f
.
label
:twitter
,
class:
"form-element"
%>
<span
class=
"form-caption"
>
Your Twitter username, if you've got one you want to share.
</span>
<%=
f
.
text_field
:twitter
,
class:
'form-element'
,
autocomplete:
'off'
,
placeholder:
'@username'
%>
</div>
<div
class=
"grid--cell is-4 is-12-sm form-group"
>
<div
class=
"form-group has-padding-2"
>
<%=
f
.
label
:discord
,
class:
'form-element'
%>
<span
class=
"form-caption"
>
Your Discord user tag,
<code>
username
</code>
or
<code>
username#1234
</code>
.
</span>
<%=
f
.
text_field
:discord
,
class:
'form-element'
,
autocomplete:
'off'
,
placeholder:
'username#1234'
%>
</div>
</div>
<%=
f
.
submit
'Save'
,
class:
'button is-filled'
%>
<%
end
%>
...
...
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