Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web templates layout _impersonation.html.eex
Raw

web/templates/layout/_impersonation.html.eex

<%= if admin_logged_in?(@conn) && logged_in?(@conn) do %>
<div class='impersonation-bar'>
<%= link "Stop impersonating #{current_user(@conn).name}",
to: admin_session_path(@conn, :stop_impersonating),
method: "DELETE",
class: "btn btn-xs btn-warning"
%>
</div>
<% end %>