summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
blob: eb4ef5979cf084bd16bdff3fd5018bb417c35c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.project_new_holder
  %h3.page_title
    New Project
  %hr
  = render 'new_form'
%div.save-project-loader.hide
  %center
    = image_tag "ajax_loader.gif"
    %h3 Creating project & repository. Please wait a moment, this page will automatically refresh when ready.

:javascript
  $(function(){ new Projects(); });