Sha256: c861c62e2b07c8ebd0315812488911b025dd4b1d2c0bb81cf443a47ffc50e6f2

Contents?: true

Size: 798 Bytes

Versions: 4

Compression:

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

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-92.0.3 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-92.0.2 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-92.0.1 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-92.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb