Sha256: 8a994cfe3316bfc05a391342a8e67793905afd0bb24ed5b0f3de5d3510689d18

Contents?: true

Size: 626 Bytes

Versions: 55

Compression:

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

55 entries across 55 versions & 1 rubygems

Version Path
phcmemberspro-57.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-56.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-55.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-54.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-53.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-52.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-52.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-51.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-50.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-50.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-50.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-49.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-48.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-47.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-46.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-45.0.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-45.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-44.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-44.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-43.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb