Sha256: f5d16ad8e72448d4b64a9c0208cf561f6c34c1a495089c44885419f4173205e9
Contents?: true
Size: 693 Bytes
Versions: 23
Compression:
Stored size: 693 Bytes
Contents
<% exhibit = f.object %> <tr class="dd-item dd3-item" data-id="<%= exhibit.id %>"> <td> <div class="handle-wrap"> <div class="dd-handle dd3-handle"><%= t :drag %></div> <%= f.hidden_field :id %> <%= f.hidden_field :weight, data: { property: "weight" } %> <%= link_to exhibit.title, exhibit %> </div> </td> <td class="text-right text-end"><%= exhibit.published? ? t(:'.published') : t(:'.unpublished') %></td> <td class="text-right text-end"><%= exhibit.requested_by %></td> <td class="text-right text-end"><%= l exhibit.created_at, format: :long %></td> <td class="text-right text-end"><%= l exhibit.updated_at, format: :long %></td> </tr>
Version data entries
23 entries across 23 versions & 1 rubygems