Sha256: dc9a72ea369f88858074245e8ac0396718c7ff09b4a862c01bf5f7e0b392b48f

Contents?: true

Size: 761 Bytes

Versions: 15

Compression:

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

15 entries across 15 versions & 2 rubygems

Version Path
phcmemberspro-91.4.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-67.5.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-67.4.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-67.3.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-67.1.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-67.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-66.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/member/profiles/components/_profile_sidebar.html.erb
phcmembers-65.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb