Sha256: 7cf5104932c07c96f84661c133b7436e6ed34d6d245690afcb528be9139c1a0f
Contents?: true
Size: 1.32 KB
Versions: 79
Compression:
Stored size: 1.32 KB
Contents
<div class="col-md-6"> <div class="portlet light "> <div class="portlet-title"> <div class="caption caption-md"> <i class="icon-globe theme-font hide"></i> <span class="caption-subject font-blue-madison bold uppercase">Active Listings in <%= @directory_category.catname %> Directory Category</span> </div> <div class="actions"> <%= link_to edit_directory_category_path, class: "btn blue-soft" do %> <i class="fa fa-pencil-square-o"></i> Update Category Name <% end %> <%= link_to directory_category_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections for this category will also be removed.' } do %> <i class="fa fa-trash-o"></i> Delete Category <% end %> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/directory/categories/components/category_list' %> </div> </div> </div> <div class="col-md-6"> <div class="portlet light "> <div class="portlet-title"> <div class="caption caption-md"> <i class="icon-globe theme-font hide"></i> <span class="caption-subject font-blue-madison bold uppercase">Category Change Log</span> </div> <div class="actions"> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/directory/categories/components/category_audits' %> </div> </div> </div>
Version data entries
79 entries across 79 versions & 1 rubygems