Sha256: ed82d1d32543fde0bba54b997f7084f74a8145769f5d8d90e92ad4ea812b0903

Contents?: true

Size: 528 Bytes

Versions: 4

Compression:

Stored size: 528 Bytes

Contents

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

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

<%= 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 %>
    <%= link_to 'Cancel', account_projects_path(current_account) %>
  <% end -%>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
saucy-0.2.40 app/views/projects/new.html.erb
saucy-0.2.39 app/views/projects/new.html.erb
saucy-0.2.38 app/views/projects/new.html.erb
saucy-0.2.36 app/views/projects/new.html.erb