<% if current_user %>
<%= t('logged_in_description_html', link: link_to(current_user.name, current_user.room_url)) %>
<%= link_to t('logout'), user_logout_url %>
<% else %>
<%= t('login_description') %>
<%= link_to t('login'), '/users/login' %>
<% end %>