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