Sha256: b5c273ef8066fc0f13b6c2431f68debd1befcec6705c69ab62e36224b7a8cb61

Contents?: true

Size: 1.35 KB

Versions: 59

Compression:

Stored size: 1.35 KB

Contents

<div class="page-header-inner ">
<!-- Logo -->
	<div class="page-logo">
		<div class="menu-toggler sidebar-toggler">
			<span></span>
		</div>
	</div>
<!-- Logo -->
<!-- Responsive Menu Element -->
	<a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
		<span></span>
	</a>
<!-- Responsive Menu Element -->
<!-- Top Bar Including Notification -->
	<div class="top-menu">
		<% if user_signed_in? %>
			<ul class="nav navbar-nav pull-right">
				<li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
					<li class="dropdown dropdown-user">
						<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
							<%= image_tag current_user.gravatar_url, :class => 'img-thumbnail' %>
							<span class="username username-hide-on-mobile"> <%= current_account.firstname + ' ' + current_account.lastname %> </span>
							<i class="fa fa-angle-down"></i>
						</a>
						<ul class="dropdown-menu dropdown-menu-default">
							<li class="divider"> </li>
							<li>
								<%= link_to mtdevise.destroy_user_session_path, method: :delete do %>
									<i class="icon-key"></i> Log Out
								<% end %>
							</li>
						</ul>
					</li>
				</li>
			</ul>
		<% end %>
	</div>
<!-- Top Bar Including Notification -->
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
phcmemberspro-5.2.7 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.6 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.5 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.4 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.3 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.2 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.1 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.2.0 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.5 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.4 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.3 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.2 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.1 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.1.0 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.6 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.5 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.4 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.3 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.2 app/views/layouts/components/header/_header_system.html.erb
phcmemberspro-5.0.1 app/views/layouts/components/header/_header_system.html.erb