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.11.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.11.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.11.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.11.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.11.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.6 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.10.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.7 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.6 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb