Sha256: a4c8c1c626c58a5e476dd1da74fa7e3ddbedbd4f5eb58e13575a203ad671f636
Contents?: true
Size: 709 Bytes
Versions: 3
Compression:
Stored size: 709 Bytes
Contents
<li draggable="true" data-content-block-id="<%= model.id %>"> <div class="draggable-content"> <%= t(public_name_key) %> <div> <% if model.persisted? %> <% if has_settings? %> <%= link_to edit_content_block_path, class: "mr-s text-muted" do %> <%= icon "pencil", role: "img", "aria-hidden": true %> <% end %> <% end %> <%= link_to content_block_path, method: :delete, data: { confirm: content_block_destroy_confirmation_text }, class: "mr-s text-muted" do %> <%= icon "x", role: "img", "aria-hidden": true %> <% end %> <% end %> <%= icon "menu", role: "img", "aria-hidden": true %> </div> </div> </li>
Version data entries
3 entries across 3 versions & 1 rubygems