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

Version Path
phcmemberspro-11.8.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.7.5 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.7.1 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.7.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.6.3 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.6.2 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.6.1 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.6.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.5.3 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.5.2 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.5.1 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.5.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.4.1 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.4.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.3.2 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.3.1 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.3.0 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.2.4 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.2.3 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb
phcmemberspro-11.2.2 app/views/phcmemberspro/member/listings/components/_listing_main.html.erb