Sha256: 5824ea5062aecc9ca839f686f84e3ed61b48e2c9ae34180d33fbc0392d0606ea

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

<p>
  <strong>Content type:</strong>
  <%= tableize_type(@entry.type) %>
</p>

<p>
  <strong>Title:</strong>
  <%= @entry.title %>
</p>

<p>
  <strong>Slug:</strong>
  <%= @entry.slug %>
</p>

<% @entry.class.content_attributes.each do |attr_name, attr_type| %>
  <p>
    <strong><%= attr_name %>:</strong>
    <%= @entry.send(attr_name.to_sym) %>
  </p>
<% end %>

<p>
  <strong>Author name:</strong>
  <%= @entry.author_name %>
</p>

<%= link_to 'Edit', edit_content_entry_path(@entry) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brilliant_cms-0.0.1 app/views/brilliant_cms/entries/show.html.erb