Current section

Files

Jump to
archeometer priv templates report html sections.eex
Raw

priv/templates/report/html/sections.eex

<%= Enum.map sections, fn section -> %>
<a class="text-normal-medium d-block <%=section.desc%>" href="#<%= section.desc %>"><%= section.desc %></a>
<% end %>