Sha256: c35867bd284f86767bb731d0e92ca6d59fb2cac8b9ee83b5e25fd1ae984cf70c

Contents?: true

Size: 797 Bytes

Versions: 30

Compression:

Stored size: 797 Bytes

Contents

<div class="ibox">
	<div class="ibox-content text-center">

		<h1><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %></h1>
		<div class="m-b-sm">
			<%= image_tag @member_profile.gravatar_url, class: 'img-circle' %>
		</div>
		<p class="font-bold"><%= @member_profile.mtitle %></p>

		<div class="text-center">
			<%= link_to edit_member_profile_path(@member_profile), class: "btn btn-sm btn-primary" do %>
				<i class="fa fa-pencil-square-o"></i> Update
			<% end %>
			<%= link_to @member_profile, method: :delete, data: { confirm: 'Are you sure? Removing a member will delete all records, including listings information and any member directory connections.' }, class: "btn btn-sm btn-danger" do %>
				<i class="fa fa-trash-o"></i> Delete
			<% end %>
		</div>

	</div>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.10.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.7 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.6 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.5 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-11.8.3 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb