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