Sha256: 7ffbb6b58eb5edc86e2fb544cce3eaba6c1dee1302be82ef37797bbe28be8499
Contents?: true
Size: 665 Bytes
Versions: 4
Compression:
Stored size: 665 Bytes
Contents
<h1>Listing others</h1> <table> <thead> <tr> <th>Name</th> <th>Permalink</th> <th>Content</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @others.each do |other| %> <tr> <td><%= other.name %></td> <td><%= other.permalink %></td> <td><%= other.content %></td> <td><%= link_to 'Show', other %></td> <td><%= link_to 'Edit', edit_other_path(other) %></td> <td><%= link_to 'Destroy', other, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Other', new_other_path %>
Version data entries
4 entries across 4 versions & 1 rubygems