Sha256: b7c2c16ef0025e34dbf0c451f8dda07b78156da59b93e6a0abbd6f512505c7b5

Contents?: true

Size: 868 Bytes

Versions: 3

Compression:

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

3 entries across 3 versions & 1 rubygems

Version Path
phcmembers-64.1.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-64.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb
phcmembers-63.0.0 app/views/phcmembers/member/profiles/components/_profile_information_table.html.erb