Sha256: 49a757eed871c9c679a5cfe52b849401e00c6cd78101d859d415d0be1e2ca6e3
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
<table> <thead> <tr> <th>Title</th> <th>Actions</th> </tr> </thead> <tbody> <% @teams.each do |team| %> <tr> <td><%= team.title %></td> <td> <%= link_to "child", team_path(team) %> <%= link_to "edit", edit_team_path(team) %> </td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mpt_tree-0.0.7 | test/dummy/app/views/teams/_list.html.erb |