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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
42a1dc50
Commit
42a1dc50
authored
Jul 11, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecesary CSS class
parent
acbcbd4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+1
-1
app/views/admin/users/_user.html.haml
app/views/admin/users/_user.html.haml
+1
-1
No files found.
app/views/admin/projects/index.html.haml
View file @
42a1dc50
...
...
@@ -66,7 +66,7 @@
%ul
.projects-list.content-list
-
@projects
.
each_with_index
do
|
project
|
%li
.project-row
.controls
.pull-right
.controls
-
if
project
.
archived
%span
.label.label-warning
archived
%span
.label.label-gray
...
...
app/views/admin/users/_user.html.haml
View file @
42a1dc50
...
...
@@ -14,7 +14,7 @@
%span
It's you!
.user-email
=
mail_to
user
.
email
,
user
.
email
.controls
.pull-right
.controls
=
link_to
'Edit'
,
edit_admin_user_path
(
user
),
id:
"edit_
#{
dom_id
(
user
)
}
"
,
class:
'btn'
-
unless
user
==
current_user
.dropdown.inline
...
...
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