continue to backport old code
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
<h1>Home#index</h1>
|
||||
<p>Find me in app/views/home/index.html.erb</p>
|
||||
<% if user_signed_in? %>
|
||||
<h1>Welcome <%= current_user.battletag %></h1>
|
||||
<% else %>
|
||||
<h1>Welcome guest</h1>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user