gitlabhq/app/views/projects/new.html.haml

11 lines
205 B
Plaintext
Raw Normal View History

2011-11-10 23:24:44 +01:00
- content_for(:body_class, "new-project-page")
- content_for(:page_title) do
2011-11-15 09:34:30 +01:00
.new-project-hodler
.container
%h2.icon
%span
New Project
2011-11-08 18:23:13 +01:00
2011-11-15 09:34:30 +01:00
%div.clear
= render 'form'