Sha256: 548a6557be8080b445f04a58879db0c03652368c57a7aaa67a86891d7c567478

Contents?: true

Size: 798 Bytes

Versions: 201

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

201 entries across 201 versions & 2 rubygems

Version Path
phcmembers-54.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-67.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-66.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-65.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-64.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-63.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-62.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-61.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-60.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-59.0.1 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-59.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-58.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-57.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-56.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-55.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-54.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-53.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb