9 lines
256 B
Text
9 lines
256 B
Text
.home
|
|
h2 Welcome to L4D Tools
|
|
p Manage your Left4Dead 2 servers with ease.
|
|
|
|
- if current_user
|
|
p = link_to "Go to Dashboard", dashboard_path, class: "btn"
|
|
- else
|
|
p
|
|
= link_to "Login with Steam", "/auth/steam", class: "btn btn--primary"
|