Sha256: 8b377f6bf5097b50b99511fc6e63a762a6fe0d762c6ebcccf20bde3aaadd1601
Contents?: true
Size: 382 Bytes
Versions: 6
Compression:
Stored size: 382 Bytes
Contents
<h1>Listing portfolios</h1> <table> <tr> <th>Title</th> <th>Intro</th> <th>Content</th> <th></th> <th></th> <th></th> </tr> <% @portfolios.each do |portfolio| %> <tr> <td><%= portfolio.title %></td> <td><%= portfolio.intro %></td> <td><%= portfolio.content %></td> <td><%= link_to 'Show', portfolio %></td> </tr> <% end %> </table>
Version data entries
6 entries across 6 versions & 1 rubygems