Sha256: 8253f6c77c99f1c2a6e74248a8b67d9839301a6f71bcfa938a92b5cb24c51179

Contents?: true

Size: 654 Bytes

Versions: 50

Compression:

Stored size: 654 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

50 entries across 50 versions & 1 rubygems

Version Path
phcmembers-51.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-50.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-49.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-46.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-45.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-44.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-43.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-42.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-41.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-40.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-39.2.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-39.1.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-39.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-38.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-37.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-36.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-35.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-34.0.1 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-33.1.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb
phcmembers-33.0.0 app/views/phcmembers/member/profiles/components/_profile_list_addresses.html.erb