Sha256: ca9161c03245ea7664617fe8895bec4ab9d5fa187fc23e57717f4d80a6c0bd17

Contents?: true

Size: 388 Bytes

Versions: 12

Compression:

Stored size: 388 Bytes

Contents

<h2>Create a new project</h2>

<%= 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

12 entries across 12 versions & 1 rubygems

Version Path
saucy-0.1.13 app/views/projects/new.html.erb
saucy-0.1.12 app/views/projects/new.html.erb
saucy-0.1.11 app/views/projects/new.html.erb
saucy-0.1.9 app/views/projects/new.html.erb
saucy-0.1.8 app/views/projects/new.html.erb
saucy-0.1.7 app/views/projects/new.html.erb
saucy-0.1.6 app/views/projects/new.html.erb
saucy-0.1.5 app/views/projects/new.html.erb
saucy-0.1.4 app/views/projects/new.html.erb
saucy-0.1.3 app/views/projects/new.html.erb
saucy-0.1.2 app/views/projects/new.html.erb
saucy-0.1.1 app/views/projects/new.html.erb