Sha256: 72c44d758220293a4d37d55a8869f6d63f7966997cb871ddb4dfcead6ac27eba

Contents?: true

Size: 588 Bytes

Versions: 138

Compression:

Stored size: 588 Bytes

Contents

<table class="table table-striped table-bordered table-advance 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>

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
phcmemberspro-11.2.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.2.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.2.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.2.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.6 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.9 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.8 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.7 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.6 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-10.0.7 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb