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
284 B
Plaintext

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