Sha256: ae6f4fe87591b1382e46b44d598de00ff3f178ad34c93069f286c9a9d0ecba03

Contents?: true

Size: 632 Bytes

Versions: 37

Compression:

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

37 entries across 37 versions & 1 rubygems

Version Path
phcmemberspro-24.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-23.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-23.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-22.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-22.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-22.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-21.3.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-21.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-21.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.5.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.5.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.5.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.4.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.3.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.3.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.2.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.2.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-20.0.4 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb