Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5407b9db
Commit
5407b9db
authored
Mar 14, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed conflict in account edit
parent
9548f061
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
+0
-36
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+0
-36
No files found.
app/views/profiles/accounts/show.html.haml
View file @
5407b9db
...
...
@@ -56,41 +56,6 @@
.col-lg-9
%label
.label-light
Connected Accounts
<
<<<<<<
HEAD
.panel-body
.oauth-buttons.append-bottom-10
%p
Click
on
icon
to
activate
signin
with
one
of
the
following
services
-
button_based_providers
.
each
do
|
provider
|
.btn-group
=
link_to
provider_image_tag
(
provider
),
user_omniauth_authorize_path
(
provider
),
method: :post
,
class:
"btn btn-lg
#{
'active'
if
auth_active?
(
provider
)
}
"
,
"data-no-turbolink"
=>
"true"
-
if
auth_active?
(
provider
)
=
link_to
unlink_profile_account_path
(
provider:
provider
),
method: :delete
,
class:
'btn btn-lg'
do
=
icon
(
'close'
)
-
if
current_user
.
can_change_username?
.panel.panel-warning.update-username
.panel-heading
Change
Username
.panel-body
=
form_for
@user
,
url:
update_username_profile_path
,
method: :put
,
remote:
true
do
|
f
|
%p
Changing
your
username
will
change
path
to
all
personal
projects
!
%div
.input-group
.input-group-addon
=
"
#{
root_url
}
u/"
=
f
.
text_field
:username
,
required:
true
,
class:
'form-control'
&
nbsp
;
.loading-gif.hide
%p
=
icon
(
'spinner spin'
)
Saving
new
username
%p
.light
=
user_url
(
@user
)
.form-actions
=
f
.
submit
'Save username'
,
class:
"btn btn-warning"
==
=====
%p
Click on icon to activate signin with one of the following services
-
button_based_providers
.
each
do
|
provider
|
.provider-btn-group
...
...
@@ -126,7 +91,6 @@
=
icon
"spinner spin"
,
class:
"hidden loading-username"
Update username
%hr
>
>>>>>> ce/master
-
if
signup_enabled?
.row.prepend-top-default
...
...
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