Sha256: e39164020d5dcbade49c95ad442ced02d1ebad1c392e979b1bda86a66655d88e

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 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>Address Type</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>
				<td class="highlight"><%= link_to @member_address.mctype, phcmemberspro.edit_member_profile_address_path %></td>
			</tr>
		</tbody>

	</table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

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