rosa-build/app/views/projects/new.html.haml

16 lines
772 B
Plaintext
Raw Normal View History

2011-03-31 02:56:20 +01:00
.block
.secondary-navigation
%ul.wat-cf
%li.first= link_to t("layout.projects.list"), @projects_path#url_for(get_owner) + "#projects"
2011-10-17 15:21:29 +01:00
%li.active= link_to t("layout.projects.new"), @new_project_path#new_platform_repository_project_path(@platform, @repository)
2011-04-14 12:37:03 +01:00
-#%li= link_to "git-repo", platform_repository_project_repo_path(@platform, @repository, @project)
-#%li= link_to t("layout.projects.build"), build_platform_repository_project_path(@platform, @repository, @project)
2011-04-11 17:37:09 +01:00
2011-03-31 02:56:20 +01:00
.content
%h2.title= t("layout.projects.new_header")
.inner
= form_for [get_owner, @project], :html => { :class => :form, :multipart => true } do |f|
2011-03-31 02:56:20 +01:00
= render :partial => "form", :locals => {:f => f}
2011-10-31 13:02:04 +00:00
-# content_for :sidebar, render('sidebar')