Sha256: 1d62f0d9be9e50749120fc2a434d17b70c97e6964408579d0d9ca5fba2eb273e

Contents?: true

Size: 767 Bytes

Versions: 22

Compression:

Stored size: 767 Bytes

Contents

<% content_for :header do -%>
  <h2>Edit project: <%= @project.name %></h2>
<% end -%>

<div class="actions">
  <%= link_to project_path(@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 do |form| %>
  <%= render 'form', :form       => form,
                     :non_admins => current_account.non_admins,
                     :admins     => current_account.admins %>

  <%= form.buttons do %>
    <%= form.commit_button %>
    <%= link_to 'Cancel', account_projects_path(current_account) %>
  <% end %>
<% end -%>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
saucy-0.7.0 app/views/projects/edit.html.erb
saucy-0.6.1 app/views/projects/edit.html.erb
saucy-0.6.0 app/views/projects/edit.html.erb
saucy-0.5.5 app/views/projects/edit.html.erb
saucy-0.5.4 app/views/projects/edit.html.erb
saucy-0.4.10 app/views/projects/edit.html.erb
saucy-0.4.9 app/views/projects/edit.html.erb
saucy-0.4.8 app/views/projects/edit.html.erb
saucy-0.4.7 app/views/projects/edit.html.erb
saucy-0.4.6 app/views/projects/edit.html.erb
saucy-0.4.5 app/views/projects/edit.html.erb
saucy-0.4.4 app/views/projects/edit.html.erb
saucy-0.4.3 app/views/projects/edit.html.erb
saucy-0.4.2 app/views/projects/edit.html.erb
saucy-0.4.1 app/views/projects/edit.html.erb
saucy-0.3.4.1 app/views/projects/edit.html.erb
saucy-0.4.0 app/views/projects/edit.html.erb
saucy-0.3.4 app/views/projects/edit.html.erb
saucy-0.3.3 app/views/projects/edit.html.erb
saucy-0.3.2 app/views/projects/edit.html.erb