Sha256: 42703170dc44278e1dae04df1a2e60221015ad5ce9e2184f6fbb8b03ce97692c
Contents?: true
Size: 286 Bytes
Versions: 5
Compression:
Stored size: 286 Bytes
Contents
<h1><%= @title %> #<%= @thing.id %></h1> <div> <%= link_to 'Back', things_path(@model) %> </div> <table> <tbody> <% @thing_attrs.each do |thing| %> <tr> <th><%= thing.first %></th> <td><%= thing.last %></th> </tr> <% end %> </tbody> </table>
Version data entries
5 entries across 5 versions & 1 rubygems