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 _navigation.html.eex
Raw

web/templates/layout/_navigation.html.eex

<ul class='nav nav-tabs'>
<li role='presentation' class='<%= active_on_current(@conn, authorization_path(@conn, :index)) %>'>
<%= link "Authorizations", to: authorization_path(@conn, :index) %>
</li>
<li role='presentation' class='<%= active_on_current(@conn, token_path(@conn, :index)) %>'>
<%= link "Tokens", to: token_path(@conn, :index) %>
</li>
</ul>