- <%= link "Home", to: Routes.page_path(@conn, :index) %>
<%= if @current_user do %>
- Logged in as <%= @current_user.username %>
- <%= link "Settings", to: Routes.user_settings_path(@conn, :edit) %>
- <%= link "Billing", to: Routes.billing_path(@conn, :index) %>
- <%= link "Log out", to: Routes.user_session_path(@conn, :delete), method: :delete %>
- <%= link "Virtual Machines", to: Routes.virtual_machine_hosting_path(@conn, :index) %>
<% else %>
- <%= link "Log in", to: Routes.user_session_path(@conn, :new) %>
- <%= link "Register", to: Routes.user_registration_path(@conn, :new) %>
<% end %>
-
Infrastructure status
Back to recycled.cloud ↵