Sha256: e403cabafb151c2ebd776ab809741b37918c33009e5fc0d93054205297c9ae1b

Contents?: true

Size: 885 Bytes

Versions: 20

Compression:

Stored size: 885 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.profile_first_name %></td>
				<td><%= @member_profile.profile_last_name %></td>
				<td><%= @member_profile.profile_title %></td>
				<td><%= @member_profile.profile_email %></td>
				<td><%= @member_profile.profile_phone %></td>
			</tr>
			<tr>
				<td><strong>Notes:</strong></td>
				<td colspan="4"><%= @member_profile.profile_notes %></td>
			</tr>
		</tbody>
	</table>
	<%= link_to "Update " + @member_profile.profile_first_name + " " + @member_profile.profile_last_name + " Information", phcdevworks_members.edit_member_profile_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
phcdevworks_members-8.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-7.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.8.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.7.1 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.7.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.6.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.5.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.4.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.3.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.2.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-6.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-5.1.1 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-5.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-5.0.3 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-5.0.2 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-5.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-4.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-4.0.1 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb
phcdevworks_members-4.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_information_table.html.erb