Creating a new project - 500 Internal Error
Created by: davidvasandani
I'm trying to create a new project and I get an 500 Error and this is posted to the log.
Started GET "/admin/projects/percolator" for 127.0.0.1 at 2012-10-25 19:41:20 -0700
Processing by Admin::ProjectsController#show as HTML
  Parameters: {"id"=>"percolator"}
  Rendered admin/shared/_projects_head.html.haml (1.0ms)
  Rendered admin/projects/show.html.haml within layouts/admin (3.3ms)
Completed 500 Internal Server Error in 10ms
ActionView::Template::Error (/home/git/repositories/percolator.git):
    5:     %i.icon-edit
    6:     Edit
    7: 
    8: - if !@admin_project.has_post_receive_file? && @admin_project.commit
    9:   %br
    10:   .alert.alert-error
    11:     %span
  app/roles/repository.rb:78:in `new'
  app/roles/repository.rb:78:in `repo'
  app/roles/repository.rb:16:in `commit'
  app/views/admin/projects/show.html.haml:8:in
`_app_views_admin_projects_show_html_haml__3800013508680045548_62843280'