<%= _('Project') %> | <%= _('Actions') %> |
---|---|
<%= project.name %> | <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => project.id %> <%= button_without_text :delete, _('Delete'), { :action => 'destroy', :id => project.id }, :method => :post, :confirm => _("Are you sure you want to remove this project?") %> |