<%= justification_style.display_name %>
<%= justification_style.css_class_name %>
<% if justification_style.post_type_version.locked? %>
live
<% else %>
<%= ajax_link "Edit", edit_justification_style_path(justification_style), {}, dom_target(justification_style) %>
<%= ajax_delete 'Delete', justification_style_path(justification_style), {}, dom_target(justification_style) %>
<% end %>