Sha256: 89d2c872d64e8635829732925196151bee742c5821269447bbfc7397be676054
Contents?: true
Size: 698 Bytes
Versions: 37
Compression:
Stored size: 698 Bytes
Contents
<div class='toolbar'> <ul class='actions'> <li> <%= button_link_to t("new_shipping_category"), new_object_url, :icon => 'add' %> </li> </ul> <br class='clear' /> </div> <h1><%=t("shipping_categories") %></h1> <table class="index"> <thead> <tr> <th><%= t("name") %></th> <th><%= t("action") %></th> </tr> </thead> <tbody> <% @shipping_categories.each do |shipping_category|%> <tr id="<%= dom_id shipping_category %>"> <td width="350px"><%= shipping_category.name %></td> <td> <%= link_to_edit shipping_category %> <%= link_to_delete shipping_category %> </td> </tr> <% end %> </tbody> </table>
Version data entries
37 entries across 37 versions & 7 rubygems