Sha256: 45437ce2ade306bc63b4bb92dfb0378c378f226ec383ed865d5d98f1dfe43352
Contents?: true
Size: 792 Bytes
Versions: 3
Compression:
Stored size: 792 Bytes
Contents
<div class="mb-4 bg-blue-50 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> <%= @support_thread.position %> </span> <div> <%= link_to icon("fas","pencil") + " Edit Article", help_center.edit_support_thread_path(@support_thread), class: "text-gray-500", data: { toggle: "tooltip", placement: "left" }, title: t('edit_this_thread') %> <%= link_to icon("fas","trash") + " Delete", help_center.support_thread_path(@support_thread), 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/_thread_actions.html.erb |
help_center-0.0.7 | app/views/shared/_thread_actions.html.erb |
help_center-0.0.6 | app/views/shared/_thread_actions.html.erb |