18
lib/eventos_web/templates/category/show.html.eex
Normal file
18
lib/eventos_web/templates/category/show.html.eex
Normal file
@@ -0,0 +1,18 @@
|
||||
<h2>Show Category</h2>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<strong>Title:</strong>
|
||||
<%= @category.title %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Picture:</strong>
|
||||
<%= @category.picture %>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<span><%= link "Edit", to: category_path(@conn, :edit, @category) %></span>
|
||||
<span><%= link "Back", to: category_path(@conn, :index) %></span>
|
||||
Reference in New Issue
Block a user