Sha256: 3da0c94e5805d455a7681d2f106d417fa63f06e4372c5020014c608b119df845

Contents?: true

Size: 631 Bytes

Versions: 10

Compression:

Stored size: 631 Bytes

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<thead>
			<tr>
				<th>Address Line 1</th>
				<th>City</th>
				<th>Province</th>
				<th>Type</th>
			</tr>
		</thead>
		<tbody>
			<% @member_profile.addresses.each do |members_main_address| %>
				<tr>
					<td class="highlight"><%= members_main_address.mcaddressl1 %></td>
					<td class="highlight"><%= members_main_address.mccity %></td>
					<td class="highlight"><%= members_main_address.mcprovince %></td>
					<td class="highlight"><%= members_main_address.mctype %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb