Sha256: 8a2596565aef0a11da222fe7f817eb03135344f44b9f49dc31e3bcc62087fa56

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

<%= link_to @media_item.attachment.url do %>
  <%# TODO: handle non-image file types %>
  <%= responsive_image @media_item %>
<% end %>

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

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

<p>
  <strong>Caption:</strong>
  <%= @media_item.caption %>
</p>

<p>
  <strong>Alternative text:</strong>
  <%= @media_item.alternative_text %>
</p>

<p>
  <strong>Description:</strong>
  <%= @media_item.description %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forest_cms-0.98.1 app/views/media_items/show.html.erb