2011-03-31 02:56:20 +01:00
|
|
|
.block
|
|
|
|
.secondary-navigation
|
|
|
|
%ul.wat-cf
|
2011-10-17 15:21:29 +01:00
|
|
|
%li.first= link_to t("layout.projects.list"), @projects_path#url_for(get_acter) + "#projects"
|
|
|
|
%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
|
2011-10-17 15:21:29 +01:00
|
|
|
= form_for :project, :url => @projects_path, :html => { :class => :form } do |f|
|
2011-03-31 02:56:20 +01:00
|
|
|
= render :partial => "form", :locals => {:f => f}
|
2011-10-17 15:21:29 +01:00
|
|
|
-# content_for :sidebar, render(:partial => 'sidebar')
|