Sha256: e857978c92e98963c7eb48e93dff9951a867bf43c94e8e22c15234b42067d5f2
Contents?: true
Size: 1.4 KB
Versions: 58
Compression:
Stored size: 1.4 KB
Contents
<div class="col-md-8"> <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"><%= yield(:phc_title_tagline) %></span> </div> <div class="actions"> <%= link_to edit_member_profile_listing_path, class: "btn blue-soft" do %> <i class="fa fa-pencil-square-o"></i> Edit <%= @members_profile_info.mfirstname %> Listing <% end %> <%= link_to member_profile_listing_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure you want to delete this listing?' } do %> <i class="fa fa-trash-o"></i> Delete <%= @members_profile_info.mfirstname %> Listing <% end %> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/member/listings/components/listing_address' %> </div> </div> </div> <div class="col-md-4"> <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"><%= @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %> Listing Change Log</span> </div> <div class="actions"> </div> </div> <div class="portlet-body"> <%= render 'phcmemberspro/member/listings/components/listing_audits' %> </div> </div> </div>
Version data entries
58 entries across 58 versions & 1 rubygems