Sha256: b86e73f256ad1bb3bc430a442d04b1f55a69b88060b091bd4ae735f8b5deb249
Contents?: true
Size: 407 Bytes
Versions: 7
Compression:
Stored size: 407 Bytes
Contents
<tr class="list-item" id="<%= dom_id(list_item) %>"> <% list_fields.each_with_index do |field,index| %> <% if index == 0 %> <td><%= link_to resolve_field(list_item,field), resource_path(list_item) %></td> <% else %> <td><%= resolve_field(list_item,field) %></td> <% end %> <% end %> <td> <%= render partial: "list_item_actions",locals:{resource:list_item} %> </td> </tr>
Version data entries
7 entries across 7 versions & 1 rubygems