Sha256: 28e39f22dfe0dc5e2f3ace046ef84d541c900a01bc713e71ad52b1b675d7c894

Contents?: true

Size: 867 Bytes

Versions: 11

Compression:

Stored size: 867 Bytes

Contents

<div class="table-responsive">
	<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><%= @member_profile.member_first_name %></td>
				<td><%= @member_profile.member_last_name %></td>
				<td><%= @member_profile.member_title %></td>
				<td><%= @member_profile.member_email %></td>
				<td><%= @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", phcmembers.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
phcmembers-68.0.3 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-68.0.2 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-68.0.1 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-68.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-67.5.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-67.4.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-67.3.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-67.1.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-67.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-66.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-65.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb