Sha256: 16ea42f5bfe7cba9c209530f851c9914f9423a714c9715ef39f5624682454cfe
Contents?: true
Size: 769 Bytes
Versions: 2
Compression:
Stored size: 769 Bytes
Contents
<% content_for :header do -%> <h2>Edit project: <%= @project.name %></h2> <% end -%> <div class="actions"> <%= link_to account_project_path(current_account, @project), :method => 'delete', :confirm => 'Are you sure you want to delete this project and all associated content?', :class => 'action' do %> <span class="delete_item">Remove this project</span> <% end -%> </div> <%= render :partial => 'accounts/subnav' %> <%= semantic_form_for @project, :url => account_project_url(current_account, @project) do |form| %> <%= render 'form', :form => form, :project => @project, :account => current_account %> <%= form.buttons do %> <%= form.commit_button %> <%= link_to 'Cancel', account_projects_path(current_account) %> <% end %> <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.16.1 | app/views/projects/edit.html.erb |
saucy-0.16.0 | app/views/projects/edit.html.erb |