Sha256: bf78653757ae126df314de632f80ac5fa91cfef850b7c24cc4cdebcc2a8e6c75
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <div class="topnav" id="myTopnav"> <a> <%= link_to 'Main app', main_app.root_path %> </a> <a> <%= link_to 'Signup', new_user_path %> </a> <a> <%= link_to 'Login', new_session_path %> </a> <% if user_signed_in? %> <a> <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> </a> <div id="username"> You're logged in as <%=current_user.name %> </div> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whodat-1.0.0 | app/views/whodat/dashboard/index.html.erb |