Sha256: afcf1280904c92051ff1e89e1b2599f3fa318175d4afdd2f30b0eb707808100a
Contents?: true
Size: 785 Bytes
Versions: 46
Compression:
Stored size: 785 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
46 entries across 46 versions & 1 rubygems