Sha256: 7aa5325e3a2bdcb2c0476a6f9e65c7f4c3f914ce1262ea6142bea5e3232133ef
Contents?: true
Size: 661 Bytes
Versions: 32
Compression:
Stored size: 661 Bytes
Contents
<div class="pulitzer-row"> <div class="pulitzer-span one-fifth"><%= background_style.display_name %></div> <div class="pulitzer-span one-fifth"><%= background_style.css_class_name %></div> <% if background_style.post_type_version.locked? %> <div class="pulitzer-span one-fifth">live</div> <% else %> <div class="pulitzer-span ten-percent"> <%= ajax_link "Edit", edit_background_style_path(background_style), {}, dom_target(background_style) %> </div> <div class="pulitzer-span ten-percenth"> <%= ajax_delete 'Delete', background_style_path(background_style), {}, dom_target(background_style) %> </div> <% end %> </div>
Version data entries
32 entries across 32 versions & 1 rubygems