Sha256: 881dd8a9f49abdb7853aa4f60f18c6deb229e7108bfc656423784b1c38c3f7e3

Contents?: true

Size: 968 Bytes

Versions: 11

Compression:

Stored size: 968 Bytes

Contents

<div class="table-responsive-lg">
	<table class="table table-striped table-bordered table-hover">
		<thead>
			<tr>
				<th>First Name</th>
				<th>Last Name</th>
				<th>Title</th>
				<th>Email</th>
				<th>Phone</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td style="width: 20%"><%= @member_profile.member_first_name %></td>
				<td style="width: 20%"><%= @member_profile.member_last_name %></td>
				<td style="width: 15%"><%= @member_profile.member_title %></td>
				<td style="width: 25%"><%= @member_profile.member_email %></td>
				<td style="width: 20%"><%= @member_profile.member_phone %></td>
			</tr>
			<tr>
				<td><strong>Note:</strong></td>
				<td colspan="4"><%= @member_profile.member_notes %></td>
			</tr>
		</tbody>
	</table>
	<%= link_to "Update " + @member_profile.member_first_name + " " + @member_profile.member_last_name + " Information", phcmemberspro.edit_member_profile_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

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