Sha256: 87301c07003285321cb85eeec65586cd93f9edc19401ed323c25f8d6dc65a91d
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 Bytes
Contents
<h1>Listing templates</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @templates.each do |template| %> <tr> <td><%= link_to 'Show', template %></td> <td><%= link_to 'Edit', edit_template_path(template) %></td> <td><%= button_to 'Delete', template_path(template), :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Template', new_template_path %>
Version data entries
5 entries across 5 versions & 1 rubygems