Current section

Files

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

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

<h2>Listing Observers</h2>
<%= for {key,value} <- @pid do %>
<li>
<%= key %>
<a href="/observer/delete?pid=<%= value %>"> <%= value %> </a>
</li>
<% end%>