Sha256: 5fcc68cd2f21c5551dffbd0a048e0e695f7ff9064b6a103a90ecb479ebca96c0
Contents?: true
Size: 447 Bytes
Versions: 27
Compression:
Stored size: 447 Bytes
Contents
<li id="item_<%= item.id %>" data-type="<%= item.class.to_s %>" data-id="<%= item.id %>"> <%= item.label_text %> <%= link_to "x", admin_menu_menu_item_path(item.menu, item), :class => "floatRight awesome light small delete", :remote => true, :method => :delete, :confirm => "Are you sure?" %> <%= link_to "edit", edit_admin_menu_menu_item_path(item.menu, item), :class => "floatRight awesome light small", :style => "margin-right:10px" %> </li>
Version data entries
27 entries across 27 versions & 1 rubygems