Sha256: d8dca44fd5a33411718ca35ad22d986f655647784d538f7b0f0c0d545bb3e788

Contents?: true

Size: 1014 Bytes

Versions: 11

Compression:

Stored size: 1014 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", phcmembers.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, phcmembers.new_member_profile_address_path(@member_profile), class: "btn btn-purple btn-xs" %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phcmembers-68.0.3 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-68.0.2 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-68.0.1 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-68.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-67.5.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-67.4.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-67.3.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-67.1.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-67.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-66.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb
phcmembers-65.0.0 app/views/phcmembers/member/profiles/components/_profile_addresses_table.html.erb