aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/index.html.erb
blob: a1fa276eaf8bdbbcf83ad61670d3618a971bef5f (plain)
1
2
3
4
5
6
7
8
<h1>Bienvenue à l'atelier carto d'IN COMMON</h1>

<% if current_user.present? %>
    <p>Hi <%= h current_user.name %>, please <%= link_to 'proceed to your dashboard', url_for(action: 'dashboard') %>.</p>
    <p>You may <%= link_to 'sign off', logout_url %>.</p>
<% else %>
    <p><%= link_to "S'identifier avec Talk.incommon.cc", '/authenticate' %></p>
<% end %>