Sha256: 4868387cc0796d5f12a8d633d7edb32d8c30588a5518dd199f8d5377c31cf990

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

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

		<thead class="thead-inverse">
			<tr>
				<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"><%= link_to @member_address.mcaddressl1, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.mcaddressl2, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.mccity, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.mcprovince, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.mccountry, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.mcpostalcode, phcmemberspro.edit_member_profile_address_path %></td>
			</tr>
		</tbody>

	</table>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcmemberspro-11.9.5 app/views/phcmemberspro/member/addresses/components/_address_address.html.erb