Sha256: 06de4f1d26eef45f5fc9b18e24925cabd2d18259cf89ae1cef0b69c553f9b0af

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 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.address_addressl1, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_addressl2, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_city, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_province, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_country, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_postalcode, phcmemberspro.edit_member_profile_address_path %></td>
				<td class="highlight"><%= link_to @member_address.address_type, phcmemberspro.edit_member_profile_address_path %></td>
			</tr>
		</tbody>
	</table>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-86.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-85.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-84.1.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb
phcmemberspro-84.0.0 app/views/phcmemberspro/member/addresses/components/_address_table.html.erb