Sha256: c85de6f80b5df7e18fefc07f001405aacb8878d64f07d7c208232e12b7d99686

Contents?: true

Size: 536 Bytes

Versions: 26

Compression:

Stored size: 536 Bytes

Contents

<% content_for :header do -%>
  <h2>Create a new project</h2>
<% end -%>

<%= render :partial => 'accounts/subnav' %>

<%= semantic_form_for(@project, :url => account_projects_url(current_account)) do |form| %>
  <%= render 'form', :form       => form,
                     :non_admins => current_account.non_admins,
                     :admins     => current_account.admins %>
  <%= form.buttons do -%>
    <%= form.commit_button %>
    <li><%= link_to 'Cancel', account_projects_path(current_account) %></li>
  <% end -%>
<% end -%>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
saucy-0.7.0 app/views/projects/new.html.erb
saucy-0.6.1 app/views/projects/new.html.erb
saucy-0.6.0 app/views/projects/new.html.erb
saucy-0.5.5 app/views/projects/new.html.erb
saucy-0.5.4 app/views/projects/new.html.erb
saucy-0.5.3 app/views/projects/new.html.erb
saucy-0.5.2 app/views/projects/new.html.erb
saucy-0.5.1 app/views/projects/new.html.erb
saucy-0.5.0 app/views/projects/new.html.erb
saucy-0.4.10 app/views/projects/new.html.erb
saucy-0.4.9 app/views/projects/new.html.erb
saucy-0.4.8 app/views/projects/new.html.erb
saucy-0.4.7 app/views/projects/new.html.erb
saucy-0.4.6 app/views/projects/new.html.erb
saucy-0.4.5 app/views/projects/new.html.erb
saucy-0.4.4 app/views/projects/new.html.erb
saucy-0.4.3 app/views/projects/new.html.erb
saucy-0.4.2 app/views/projects/new.html.erb
saucy-0.4.1 app/views/projects/new.html.erb
saucy-0.3.4.1 app/views/projects/new.html.erb