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
b2df61d8
Commit
b2df61d8
authored
Oct 23, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 500 error on admin project if empty
parent
9902f1af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/roles/repository.rb
app/roles/repository.rb
+2
-0
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-1
No files found.
app/roles/repository.rb
View file @
b2df61d8
...
@@ -137,6 +137,8 @@ module Repository
...
@@ -137,6 +137,8 @@ module Repository
def
has_commits?
def
has_commits?
!!
commit
!!
commit
rescue
Grit
::
NoSuchPathError
false
end
end
def
root_ref
def
root_ref
...
...
app/views/admin/projects/show.html.haml
View file @
b2df61d8
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
%i
.icon-edit
%i
.icon-edit
Edit
Edit
-
if
!
@admin_project
.
has_post_receive_file?
&&
@admin_project
.
commit
-
if
!
@admin_project
.
has_post_receive_file?
&&
@admin_project
.
has_commits?
%br
%br
.alert.alert-error
.alert.alert-error
%span
%span
...
...
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