Sha256: 437ecd026bc4023746e5f35a0dc6a7ad34fe24de823a7c7805feee1adab67f63

Contents?: true

Size: 1.19 KB

Versions: 31

Compression:

Stored size: 1.19 KB

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<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

31 entries across 31 versions & 1 rubygems

Version Path
phcmemberspro-83.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.4.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.2.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb