Sha256: d803887582f333b30ecef7a2623e760956fff48116c521c053e3f725dbddb2c4

Contents?: true

Size: 754 Bytes

Versions: 13

Compression:

Stored size: 754 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>
	<%= link_to "See All Addresses", phcmembers.member_profile_addresses_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcmembers-61.5.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-61.4.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-61.3.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-61.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-57.1.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb