Sha256: 65a5b3e4fc70d22ea80efdf8baa600f7391831545257c4cbebcb27213316ccb5

Contents?: true

Size: 1.2 KB

Versions: 37

Compression:

Stored size: 1.2 KB

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover table-header-fixed">

		<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>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

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