Sha256: c506f2284410b90dd8475729fdafa3a15bcef1aa698232f6774a5641f4f78e85

Contents?: true

Size: 606 Bytes

Versions: 8

Compression:

Stored size: 606 Bytes

Contents

<h2>Edit project: <%= @project.name %></h2>
<div class="actions">
  <%= link_to project_path(@project), :method  => 'delete', :confirm => 'Are you sure you want to delete this project and all associated content?' 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, :users => current_account.users %>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
saucy-0.1.9 app/views/projects/edit.html.erb
saucy-0.1.8 app/views/projects/edit.html.erb
saucy-0.1.7 app/views/projects/edit.html.erb
saucy-0.1.6 app/views/projects/edit.html.erb
saucy-0.1.5 app/views/projects/edit.html.erb
saucy-0.1.4 app/views/projects/edit.html.erb
saucy-0.1.3 app/views/projects/edit.html.erb
saucy-0.1.2 app/views/projects/edit.html.erb