Current section
Files
Jump to
Current section
Files
templates/show_crud.html.eex
<div class="well">
<%= render __MODULE__, "_list.html", resources: [@resource], action: :show, conn: @conn %>
<a class="btn btn-primary" href="/<%= resource_name %>">Show All</a>
</div>