Sha256: c920c66a56442ee42a53331317f9edaf0f18571ed31ce367c993f28a8f9a6395

Contents?: true

Size: 741 Bytes

Versions: 1

Compression:

Stored size: 741 Bytes

Contents

 <div class="bg-blue-400 flex justify-between w-full px-4 py-2 text-base items-center">
      <span class="mr-4 text-gray-100"><i class="fas fa-sort"></i> <%= @support_thread.position %> </span>
      
      <div>
      <%= link_to "Edit Article", help_center.edit_support_thread_path(@support_thread),
        class: "text-gray-100 underline text-sm",
        data: { toggle: "tooltip", placement: "left" },
        title: t('edit_this_thread') %>

        <%= link_to "Delete", help_center.support_thread_path(@support_thread),
          method: :delete,
          class: "text-gray-100 ml-4 underline text-sm",
          data: { confirm: "Are you sure?" },
          title: t('delete_category') %>
        </div>
    </div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
help_center-0.1.0 app/views/shared/_thread_actions.html.erb