Sha256: cd2d498432074c7d5d72ac036913ac9bf160559ac52039ec827e362565813b00

Contents?: true

Size: 768 Bytes

Versions: 9

Compression:

Stored size: 768 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/tab_bar' %>

<%= 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

9 entries across 9 versions & 1 rubygems

Version Path
saucy-0.2.45 app/views/projects/edit.html.erb
saucy-0.2.44 app/views/projects/edit.html.erb
saucy-0.2.43 app/views/projects/edit.html.erb
saucy-0.2.42 app/views/projects/edit.html.erb
saucy-0.2.41 app/views/projects/edit.html.erb
saucy-0.2.40 app/views/projects/edit.html.erb
saucy-0.2.39 app/views/projects/edit.html.erb
saucy-0.2.38 app/views/projects/edit.html.erb
saucy-0.2.36 app/views/projects/edit.html.erb