Sha256: 5c04175963413e127b39fe94cbbeaac87c29bb63cb189d5521503b6c5c972985

Contents?: true

Size: 867 Bytes

Versions: 4

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_firstname %></td>
				<td><%= @member_profile.member_lastname %></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_firstname + " " + @member_profile.member_lastname + " Information", phcmemberspro.edit_member_profile_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-86.0.0 app/views/phcmemberspro/member/profiles/components/_profile_information_table.html.erb
phcmemberspro-85.0.0 app/views/phcmemberspro/member/profiles/components/_profile_information_table.html.erb
phcmemberspro-84.1.0 app/views/phcmemberspro/member/profiles/components/_profile_information_table.html.erb
phcmemberspro-84.0.0 app/views/phcmemberspro/member/profiles/components/_profile_information_table.html.erb