Sha256: 3ff32238b340bed72b88a462e973cf63a94925fe229fdb0601fcdc97db4a9da2

Contents?: true

Size: 417 Bytes

Versions: 6

Compression:

Stored size: 417 Bytes

Contents

<p>
  <strong>Content class:</strong>
  <%= @entry.type %>
</p>

<p>
  <strong>Terms of Service:</strong>
  <%= @entry.service_body %>
</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

Version Path
ucpengine-0.1.2 app/views/ucpengine/entries/show.html.erb
ucpengine-0.1.1 app/views/ucpengine/entries/show.html.erb
ucpengine-0.1.0 app/views/ucpengine/entries/show.html.erb
ucpengine-0.0.9 app/views/ucpengine/entries/show.html.erb
ucpengine-0.0.8 app/views/ucpengine/entries/show.html.erb
ucpengine-0.0.7 app/views/ucpengine/entries/show.html.erb