Sha256: 9926597ef624cb4b4fa69327da1eab95750a1060a993e87d285790c5fd08b1a8

Contents?: true

Size: 430 Bytes

Versions: 40

Compression:

Stored size: 430 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, :users => current_account.users %>
  <%= form.buttons do -%>
    <%= form.commit_button %>
    <%= link_to 'Cancel', account_projects_path(current_account) %>
  <% end -%>
<% end -%>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
saucy-0.2.28.1 app/views/projects/new.html.erb
saucy-0.2.35 app/views/projects/new.html.erb
saucy-0.2.34 app/views/projects/new.html.erb
saucy-0.2.33 app/views/projects/new.html.erb
saucy-0.2.32 app/views/projects/new.html.erb
saucy-0.2.31 app/views/projects/new.html.erb
saucy-0.2.30 app/views/projects/new.html.erb
saucy-0.2.29 app/views/projects/new.html.erb
saucy-0.2.28 app/views/projects/new.html.erb
saucy-0.2.27 app/views/projects/new.html.erb
saucy-0.2.26 app/views/projects/new.html.erb
saucy-0.2.25 app/views/projects/new.html.erb
saucy-0.2.24 app/views/projects/new.html.erb
saucy-0.2.21 app/views/projects/new.html.erb
saucy-0.2.20 app/views/projects/new.html.erb
saucy-0.2.18 app/views/projects/new.html.erb
saucy-0.2.17 app/views/projects/new.html.erb
saucy-0.2.16 app/views/projects/new.html.erb
saucy-0.2.15 app/views/projects/new.html.erb
saucy-0.2.14 app/views/projects/new.html.erb