forked from potsda.mn/mobilizon
19 lines
325 B
Elixir
19 lines
325 B
Elixir
|
<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>
|