Current section
Files
Jump to
Current section
Files
priv/templates/curator.registerable.install/show.html.eex
<h2>Show <%= schema.human_singular %></h2>
<ul>
<li>
<strong>Email:</strong>
<%%= @<%= schema.singular %>.email %>
</li>
</ul>
<span><%%= link "Edit", to: Routes.registration_path(@conn, :edit) %></span>