Sha256: 982ef0913034797c98dbf0f5595010a53c34c321e99adc0eee7251d3dd86d59f
Contents?: true
Size: 499 Bytes
Versions: 6
Compression:
Stored size: 499 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Strings</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @strings.each do |string| %> <tr> <td><%= link_to 'Show', string %></td> <td><%= link_to 'Edit', edit_string_path(string) %></td> <td><%= link_to 'Destroy', string, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New String', new_string_path %>
Version data entries
6 entries across 6 versions & 1 rubygems