Sha256: 124e83657a0f887a42a876df215d2010c1b221bb8389f30d4b60aeeb47643063
Contents?: true
Size: 659 Bytes
Versions: 82
Compression:
Stored size: 659 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"><%= exhibit.published? ? t(:'.published') : t(:'.unpublished') %></td> <td class="text-right"><%= exhibit.requested_by %></td> <td class="text-right"><%= l exhibit.created_at, format: :short %></td> <td class="text-right"><%= l exhibit.updated_at, format: :short %></td> </tr>
Version data entries
82 entries across 82 versions & 1 rubygems