You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/layouts/_session_info.html.erb

11 lines
227 B
Plaintext

<ul id="session-info">
<% if current_user %>
<li>
<%= avatar_img current_user %>
<%= link_to "Log out", logout_path %>
</li>
<% else %>
<li><%= link_to "Log in", login_path %></li>
<% end %>
</ul>