Sha256: 3be925240aad9ceafd793f060050e63a178ebe16855bb152a5f5146f3e69abd0

Contents?: true

Size: 968 Bytes

Versions: 4

Compression:

Stored size: 968 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_profile_first_name %></td>
				<td><%= @member_profile.member_profile_last_name %></td>
				<td><%= @member_profile.member_profile_title %></td>
				<td><%= @member_profile.member_profile_email %></td>
				<td><%= @member_profile.member_profile_phone %></td>
			</tr>
			<tr>
				<td><strong>Notes:</strong></td>
				<td colspan="4"><%= @member_profile.member_profile_notes %></td>
			</tr>
		</tbody>
	</table>
	<%= link_to "Update " + @member_profile.member_profile_first_name + " " + @member_profile.member_profile_last_name + " Information", phcdevworks_members.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
phcdevworks_members-12.0.2 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-12.0.1 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-12.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-11.2.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb