Sha256: 8ecf67ee0143faa11b6738b45a7ba00a67ab98c59a72d19f38ff97ad665a8cc6

Contents?: true

Size: 406 Bytes

Versions: 47

Compression:

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

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
saucy-0.15.2 app/views/projects/new.html.erb
saucy-0.15.1 app/views/projects/new.html.erb
saucy-0.15.0 app/views/projects/new.html.erb
saucy-0.14.5 app/views/projects/new.html.erb
saucy-0.14.3 app/views/projects/new.html.erb
saucy-0.10.10 app/views/projects/new.html.erb
saucy-0.14.2 app/views/projects/new.html.erb
saucy-0.14.1 app/views/projects/new.html.erb
saucy-0.14.0 app/views/projects/new.html.erb
saucy-0.13.3 app/views/projects/new.html.erb
saucy-0.13.2 app/views/projects/new.html.erb
saucy-0.10.9 app/views/projects/new.html.erb
saucy-0.10.8 app/views/projects/new.html.erb
saucy-0.13.1 app/views/projects/new.html.erb
saucy-0.13.0 app/views/projects/new.html.erb
saucy-0.12.5 app/views/projects/new.html.erb
saucy-0.12.4 app/views/projects/new.html.erb
saucy-0.12.3 app/views/projects/new.html.erb
saucy-0.12.2 app/views/projects/new.html.erb
saucy-0.12.1 app/views/projects/new.html.erb