Current section

Files

Jump to
aadya lib aadya_web templates log index.html.eex
Raw

lib/aadya_web/templates/log/index.html.eex

<h2>Listing log</h2>
<%= for value <- @logs do %>
<li> <%= value %></li>
<% end %>