Sha256: 3e741e13ee9da9a0b8ca90306903cf95ef83fcd27cc065dde3f7c38f74e0f8fd

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

<table class="table table-striped table-bordered table-advance table-hover">

	<thead class="thead-inverse">
		<tr>
			<th>Company Name</th>
			<th>Conact Name</th>
			<th>Street Address</th>
			<th>Address Line 2</th>
			<th>City</th>
			<th>Province</th>
			<th>Country</th>
			<th>Postal Code</th>
			<th>Listing Phone</th>
			<th>Listing Email</th>
			<th>Listing Website</th>
		</tr>
	</thead>

	<tbody>
		<tr>
			<td class="highlight"><%= @member_listing.mbcompanyname %></td>
			<td class="highlight"><%= @member_listing.mbcontactname %></td>
			<td class="highlight"><%= @member_listing.mbaddressl1 %></td>
			<td class="highlight"><%= @member_listing.mbaddressl2 %></td>
			<td class="highlight"><%= @member_listing.mbcity %></td>
			<td class="highlight"><%= @member_listing.mbprovince %></td>
			<td class="highlight"><%= @member_listing.mbcountry %></td>
			<td class="highlight"><%= @member_listing.mbpostalcode %></td>
			<td class="highlight"><%= @member_listing.mbphone %></td>
			<td class="highlight"><%= @member_listing.mbcontactemail %></td>
			<td class="highlight"><%= @member_listing.mbwebsite %></td>
		</tr>
	</tbody>

</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcmemberspro-11.9.2 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.8.3 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.8.2 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb
phcmemberspro-11.8.1 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb