mobilizon.chapril.org-mobil.../lib/eventos_web/templates/tag/show.html.eex
Thomas Citharel 90ceb4f6fe initial commit
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2017-12-08 09:58:14 +01:00

19 lines
289 B
Elixir

<h2>Show Tag</h2>
<ul>
<li>
<strong>Title:</strong>
<%= @tag.title %>
</li>
<li>
<strong>Slug:</strong>
<%= @tag.slug %>
</li>
</ul>
<span><%= link "Edit", to: tag_path(@conn, :edit, @tag) %></span>
<span><%= link "Back", to: tag_path(@conn, :index) %></span>