Sha256: 47a8b00b73fefa58772acd0ead317c6736a6d4627d74a67d33be0cddb6d93c94

Contents?: true

Size: 1.23 KB

Versions: 21

Compression:

Stored size: 1.23 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 Email</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

21 entries across 21 versions & 1 rubygems

Version Path
phcmemberspro-9.7.0 app/views/phcmemberspro/member/listings/components/_listing_address.html.erb