meta/lib/meta_web/templates/page/index.html.eex

9 lines
300 B
Elixir

<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>