2020-12-15 15:45:43 +01:00
|
|
|
<p>
|
|
|
|
Welcome on the <a href="https://recycled.cloud">Recycled Cloud</a> interface.
|
|
|
|
<%= if @current_user do %>
|
|
|
|
You can access management facilities via the left sidebar.
|
|
|
|
<% else %>
|
|
|
|
Please <%= link "log in", to: Routes.user_session_path(@conn, :new) %> to access management facilities.
|
|
|
|
<% end %>
|
|
|
|
</p>
|