Sha256: 479fe597e4d45b9414af7beb0c92b5d16aa43fdcb4bc35059b754007588d3521

Contents?: true

Size: 784 Bytes

Versions: 14

Compression:

Stored size: 784 Bytes

Contents

<% if current_user %>
	<li class="text-welcome hidden-xs">
		Welcome to <strong>PHC</strong>Networks <strong><%= current_user.first_name + ' ' + current_user.last_name %></strong>
	</li>
	<li>
		<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><i class="fa fa-user hidden-xs"></i> MY ACCOUNT</a>
		<ul class="dropdown-menu pull-right">
			<li>
				<%= link_to phcaccountspro.logout_path, class: "nav-link", method: :get do %>
					<i class="glyphicon glyphicon-off"></i> LOGOUT
				<% end %>
			</li>
		</ul>
	</li>
	<li class="hidden-xs">
		<%= link_to "LOGOUT", phcaccountspro.logout_path, method: :get %>
	</li>
	<% else %>
		<li class="hidden-xs">
		</li>
		<li class="hidden-xs">
			<%= link_to "LOGIN", phcaccountspro.login_path %>
		</li>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcscriptcdnpro-22.0.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-21.1.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-21.0.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.8.1 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.8.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.7.1 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.7.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.6.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.5.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.4.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.3.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.2.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.1.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb
phcscriptcdnpro-20.0.0 app/views/layouts/phcscriptcdnpro/components/frontend/header/_topbar_user_links.html.erb