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