Sha256: b1e3cc9982e79ce1f77641977b97a4f99f3c73ac0373c3cc2e26d84a543bdea3
Contents?: true
Size: 1.21 KB
Versions: 15
Compression:
Stored size: 1.21 KB
Contents
<div class="row"> <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"></span> </div> <div class="actions"> <%= link_to directory_category_listing_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? This will only remove the listing/business connection.' } do %> <i class="fa fa-trash-o"></i> Remove Listing/Business Connection <% end %> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/directory/listings/components/listing_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">Listings for <%= @directory_category.catname %> Change Log</span> </div> <div class="actions"> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/directory/listings/components/listing_audits' %> </div> </div> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems