Sha256: bffdada47d0d415adddd88e564527e1d152a5063d5e95a3ccced379ec7520024

Contents?: true

Size: 792 Bytes

Versions: 3

Compression:

Stored size: 792 Bytes

Contents

<div class="mb-4 bg-blue-50 border border-gray-300 rounded flex justify-between w-full px-4 py-2 text-base items-center">
    <span class="mr-4 text-gray-500"><i class="far fa-sort-amount-down"></i> <%= @category.position %> </span>

    <div>
        <%= link_to icon("fas","pencil") + " Edit Category Details", help_center.edit_support_category_path(@category),
        class: "text-gray-500",
        data: { toggle: "tooltip", placement: "left" },
        title: t('edit_this_thread') %>
        <%= link_to icon("fas","trash") + " Delete", help_center.support_category_path(@category),
        method: :delete,
        class: "text-gray-500 ml-4",
        data: { toggle: "tooltip", placement: "left", confirm: "Are you sure?" },
        title: t('delete_category') %>
    </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
help_center-0.0.8 app/views/shared/_category_actions.html.erb
help_center-0.0.7 app/views/shared/_category_actions.html.erb
help_center-0.0.6 app/views/shared/_category_actions.html.erb