initial commit for cute little statistics
This commit is contained in:
parent
39ee9a19a2
commit
b81bccabac
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
%h1 Hallo
|
%h1 Tab!
|
||||||
|
%h2 Authentication
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
%p Yeah! Je bent ingelogd.
|
%p Yeah! Je bent ingelogd.
|
||||||
- else
|
- else
|
||||||
Log een keer in!
|
Log een keer in!
|
||||||
%p= link_to "Log in met Zeus WPI", user_omniauth_authorize_path(:zeuswpi)
|
%p= link_to "Log in met Zeus WPI", user_omniauth_authorize_path(:zeuswpi)
|
||||||
|
%h2 Cute Little Statistics
|
||||||
|
%p None here yet.
|
||||||
|
|
Loading…
Reference in a new issue