Sha256: 05cdc8ca932570e80a481db068a1402b6b8037ed4b0042d24fc40b60482e50ef

Contents?: true

Size: 1.37 KB

Versions: 22

Compression:

Stored size: 1.37 KB

Contents

<div class="portlet light profile-sidebar-portlet ">
	<!-- SIDEBAR USERPIC -->
	<div class="profile-userpic">
		<%= image_tag @members_main.gravatar_url, :class => 'img-responsive' %>
	</div>
	<!-- END SIDEBAR USERPIC -->
	<!-- SIDEBAR USER TITLE -->
	<div class="profile-usertitle">
		<div class="profile-usertitle-name">
			<%= @members_main.mfirstname + ' ' + @members_main.mlastname %>
		</div>
		<div class="profile-usertitle-job">
			<%= @members_main.mtitle %>
		</div>
	</div>
	<!-- END SIDEBAR USER TITLE -->
	<!-- SIDEBAR BUTTONS -->
	<div class="profile-userbuttons">
		<div class="btn-group">
			<%= link_to 'Update Member', edit_members_main_path(@members_main), class: "btn blue-hoki" %>
			<%= link_to 'Delete Member', @members_main, method: :delete, data: { confirm: 'Are you sure? Removing a member will delete all records, including business information and any member directory connections.' }, class: "btn red-mint" %>
		</div>
	</div>
	<!-- END SIDEBAR BUTTONS -->
	<!-- SIDEBAR MENU -->
	<div class="profile-usermenu">
		<ul class="nav">
			<li>
				<%= link_to members_main_businesses_path(@members_main) do %>
					<i class="icon-briefcase"></i> Member Businesses
				<% end %>
			</li>
			<li>
				<%= link_to members_main_contacts_path(@members_main) do %>
					<i class="icon-envelope-letter"></i> Member Addresses
				<% end %>
			</li>
		</ul>
	</div>
	<!-- END MENU -->
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
phcmemberspro-6.5.5 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.5.4 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.5.3 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.5.2 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.5.1 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.5.0 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.0.1 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-6.0.0 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.4.2 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.4.1 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.4.0 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.10 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.9 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.8 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.7 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.6 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.5 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.4 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.2 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb
phcmemberspro-5.3.1 app/views/phcmemberspro/members/mains/components/_profile_sidebar.html.erb