Sha256: a60db4a58f94f96c8059d69ff639af92367a856c49cb2ee64b54dacbb7b025a8
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 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, :project => @project, :account => current_account %> <%= form.buttons do -%> <%= form.commit_button %> <li><%= link_to 'Cancel', account_projects_path(current_account) %></li> <% end -%> <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.16.1 | app/views/projects/new.html.erb |
saucy-0.16.0 | app/views/projects/new.html.erb |