Sha256: 72ea5c836962430f74353f1c4b6b2059d398c0ad01d5b7e07f616c70b4e9bf13
Contents?: true
Size: 826 Bytes
Versions: 20
Compression:
Stored size: 826 Bytes
Contents
<tr id="tr_price_<%= price.id %>"> <th scope="row" style="text-align: center;" class="hidden-sm hidden-xs"> <%= serial_number(i) %> </th> <td class="display-link"> <%= link_to price.title, price_path(price), remote: true %><br> <%= link_to price.category.try(:display_name), price_path(price), remote: true, style: "color:chocolate" %> </td> <td><%= price.price %></td> <td class="hidden-sm hidden-xs"><%= price.priority %></td> <td class="hidden-sm hidden-xs"><%= display_publishable_status(price) %></td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:15%"><%= display_publishable_links(price) %></td> <td class="action-links hidden-sm hidden-xs" style="width:15%"> <%= display_manage_links(price, @current_user) %> </td> <% end %> </tr>
Version data entries
20 entries across 20 versions & 1 rubygems