Sha256: afefb9ee4c5f98cac457920bdd39a96d9f8763b787fe4842701117b5ce142f68

Contents?: true

Size: 1020 Bytes

Versions: 12

Compression:

Stored size: 1020 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><%= members_main_address.address_address_line_1 %></td>
					<td><%= members_main_address.address_city %></td>
					<td><%= members_main_address.address_province %></td>
					<td><%= members_main_address.address_type %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
	<%= link_to "See All of " + @member_profile.member_first_name + " " + @member_profile.member_last_name + " Addresses", phcmemberspro.member_profile_addresses_path(@member_profile), class: "btn btn-primary btn-xs" %>
	<%= link_to "Add a New Address for " + @member_profile.member_first_name + " " + @member_profile.member_last_name, phcmemberspro.new_member_profile_address_path(@member_profile), class: "btn btn-purple btn-xs" %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcmemberspro-92.0.3 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-92.0.2 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-92.0.1 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-92.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-91.4.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb