Current section
Files
Jump to
Current section
Files
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 %>