Sha256: c8f23793ebfa416b8e58507aaceeff8013806f4bbc2c92452a6e00fd86ebbe12
Contents?: true
Size: 823 Bytes
Versions: 8
Compression:
Stored size: 823 Bytes
Contents
<tr id="tr_price_<%= price.id %>"> <th scope="row" style="text-align: center;"> <%= 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:darkred" %> </td> <td class="hidden-sm hidden-xs"><%= 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
8 entries across 8 versions & 1 rubygems