Sha256: 24da23491e9dffbcde1698cb81ced17f2c3f3cbe2f97cf79ccdd59920d5b3c16
Contents?: true
Size: 1.45 KB
Versions: 8
Compression:
Stored size: 1.45 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"><%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing</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-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"><%= @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
8 entries across 8 versions & 1 rubygems