From 56a16be5fb51d8f6a8b04e9e7094aa7c57fb8547 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 04:26:25 +0200 Subject: First pass at something visible This is a first version of the application, to go beyond simple authentication. --- app/views/welcome/index.html.erb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/views/welcome/index.html.erb') diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index a1fa276..d1f15c7 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,8 +1,2 @@

Bienvenue à l'atelier carto d'IN COMMON

-<% if current_user.present? %> -

Hi <%= h current_user.name %>, please <%= link_to 'proceed to your dashboard', url_for(action: 'dashboard') %>.

-

You may <%= link_to 'sign off', logout_url %>.

-<% else %> -

<%= link_to "S'identifier avec Talk.incommon.cc", '/authenticate' %>

-<% end %> -- cgit v1.2.3