Sha256: 3bea563d1edce27efb233c3b81a9581323db739f76758082b18830e3bc62e285
Contents?: true
Size: 682 Bytes
Versions: 7
Compression:
Stored size: 682 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Codes</h1> <table> <thead> <tr> <th>Github link</th> <th>Gist link</th> <th>Code links</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @codes.each do |code| %> <tr> <td><%= code.github_link %></td> <td><%= code.gist_link %></td> <td><%= code.code_links_id %></td> <td><%= link_to 'Show', code %></td> <td><%= link_to 'Edit', edit_code_path(code) %></td> <td><%= link_to 'Destroy', code, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Code', new_code_path %>
Version data entries
7 entries across 7 versions & 4 rubygems