6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
<% if user_signed_in? %>
|
|
<h1>Welcome <%= current_user.battletag %></h1>
|
|
<% else %>
|
|
<h1>Welcome guest</h1>
|
|
<% end %>
|