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
iv
gitlab-ce
Commits
90dc5ff5
Commit
90dc5ff5
authored
Sep 14, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 500 error on admin->project page
parent
74a62138
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-2
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
90dc5ff5
...
...
@@ -66,7 +66,7 @@
}
.project-row
,
.group-row
{
padding
:
1
2
px
15px
!
important
;
padding
:
1
0
px
15px
!
important
;
.namespace-name
{
color
:
#666
;
...
...
@@ -77,7 +77,6 @@
font-size
:
16px
;
}
.arrow
{
float
:
right
;
padding
:
10px
5px
;
...
...
app/views/admin/projects/show.html.haml
View file @
90dc5ff5
...
...
@@ -99,7 +99,7 @@
%ul
.well-list.team_members
-
@project
.
users_projects
.
each
do
|
users_project
|
-
user
=
users_project
.
user
%li
%li
.users_project
%strong
=
link_to
user
.
name
,
admin_user_path
(
user
)
.pull-right
...
...
@@ -107,5 +107,5 @@
%span
.light
Owner
-
else
%span
.light
=
users_project
.
human_access
=
link_to
admin_project_member_path
(
@project
,
user
),
confirm:
remove_from_project_team_message
(
@project
,
user
),
method: :delet
e
,
class:
"btn btn-small btn-remove"
do
=
link_to
project_team_member_path
(
@project
,
user
),
confirm:
remove_from_project_team_message
(
@project
,
user
),
method: :delete
,
remote:
tru
e
,
class:
"btn btn-small btn-remove"
do
%i
.icon-remove
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