Sha256: 2a2d427868548b82399347503f1d2d435c8386ab6092c6941b905febdb5048cc
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
<h4>All projects:</h4> <ul> <% Project.all.each do |project| %> <li> <%= link_to project.name, scoping_account_project_path(project.account, project) %> <%= link_to "Edit '#{project.name}'", edit_all_project_path(project) %> <%= button_to "Delete '#{project.name}'", project_path(project), :method => :delete %> </li> <% end %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bento-0.0.3 | spec/rails_app/app/views/projects/_all_projects.html.erb |
bento-0.0.2 | spec/rails_app/app/views/projects/_all_projects.html.erb |