-
<%= link "Documentation",
to: "https://hexdocs.pm/legendary_core/",
target: "_blank",
rel: "nofollow",
class: "inline-block text-white no-underline hover:text-white hover:text-underline py-2 px-4"
%>
-
<%= link "Code",
to: "https://gitlab.com/mythic-insight/legendary",
target: "_blank",
rel: "nofollow",
class: "inline-block text-white no-underline hover:text-white hover:text-underline py-2 px-4"
%>
<%= if has_role?(@conn, :admin) do %>
-
Legendary.Admin
<% end %>
<%= if Pow.Plug.current_user(@conn) do %>
-
<%= link "Sign Out", to: Routes.pow_session_path(@conn, :delete), method: :delete, class: "inline-block text-white no-underline hover:text-white hover:text-underline py-2 px-4" %>
<% else %>
<% end %>