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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
8f89a488
Commit
8f89a488
authored
Jun 22, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor improvements to admin identities text
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
aca6d367
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/views/admin/identities/_identity.html.haml
app/views/admin/identities/_identity.html.haml
+1
-3
app/views/admin/identities/index.html.haml
app/views/admin/identities/index.html.haml
+1
-1
No files found.
app/views/admin/identities/_identity.html.haml
View file @
8f89a488
...
@@ -5,10 +5,8 @@
...
@@ -5,10 +5,8 @@
=
identity
.
extern_uid
=
identity
.
extern_uid
%td
%td
=
link_to
edit_admin_user_identity_path
(
@user
,
identity
),
class:
'btn btn-xs btn-grouped'
do
=
link_to
edit_admin_user_identity_path
(
@user
,
identity
),
class:
'btn btn-xs btn-grouped'
do
%i
.fa.fa-edit
Edit
Edit
=
link_to
[
:admin
,
@user
,
identity
],
method: :delete
,
=
link_to
[
:admin
,
@user
,
identity
],
method: :delete
,
class:
'btn btn-xs btn-danger'
,
class:
'btn btn-xs btn-danger'
,
data:
{
confirm:
"Are you sure you want to remove this identity"
}
do
data:
{
confirm:
"Are you sure you want to remove this identity?"
}
do
%i
.fa.fa-trash
Delete
Delete
app/views/admin/identities/index.html.haml
View file @
8f89a488
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
%thead
%thead
%tr
%tr
%th
Provider
%th
Provider
%th
Id
%th
Id
entifier
%th
%th
=
render
@identities
=
render
@identities
-
else
-
else
...
...
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