<%= t :drag %>
<%= f.hidden_field :id %>
<%= f.hidden_field :weight, data: { property: "weight" } %>
<%= link_to exhibit.title, exhibit %>
|
<%= exhibit.published? ? t(:'.published') : t(:'.unpublished') %> |
<%= exhibit.requested_by %> |
<%= l exhibit.created_at, format: :long %> |
<%= l exhibit.updated_at, format: :long %> |