Sha256: d4fe9b042ef93c2d8e40ae5600985ec6de07fd6ddf081a19871a877baa74a6ee
Contents?: true
Size: 419 Bytes
Versions: 6
Compression:
Stored size: 419 Bytes
Contents
<p> <strong>Content class:</strong> <%= @entry.type %> </p> <p> <strong>Terms of Service:</strong> <%= @entry.termsofservice %> </p> <% @entry.class.content_attributes.each do |attr_name, attr_type| %> <p> <strong><%= attr_name %>:</strong> <%= @entry.send(attr_name.to_sym) %> </p> <% end %> <%= link_to 'Edit', edit_content_entry_path(@entry) %> | <%= link_to 'Back', content_entries_path %>
Version data entries
6 entries across 6 versions & 1 rubygems