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-14.7.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.7.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.7.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.6.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.6.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.6.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.6.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.5.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.0.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.0.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.0.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-14.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.6 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.5 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.6.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-13.5.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb