Skip to content

Commit feb05c3

Browse files
author
Shawn McCool
committed
mild stylings on chat page
1 parent 5a02802 commit feb05c3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/views/chat/index.blade.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
@else
88
{{-- look at how much I don't give a crap --}}
99
<?Session::put('userLazilyOptsOutOfAuthOnChat', 1)?>
10-
<p>
11-
Before you use chat, it&#39;d be best if you logged into Laravel.IO. The signup process is a painless authentication with GitHub, you don&#39;t actually have to enter anything. <a href="{{ action('AuthController@getLogin') }}">Authenticate with GitHub</a>
12-
</p>
10+
11+
<section class="empty-state">
12+
<h1>Please login</h1>
13+
<p>For the best experience, login with GitHub to chat.</p>
14+
<a class="button full" href="{{ action('AuthController@getLogin') }}">Login with GitHub</a>
15+
</section>
1316

1417
<p>
15-
Or, if you can&#39;t be arsed to authenticate (just do it) then..
18+
Or, if you can&#39;t be arsed to authenticate (just do it) then.. <a href="{{ action('ChatController@getIndex') }}">click here</a>
1619
</p>
1720
@endif

0 commit comments

Comments
 (0)