* Updated comments * Added basic media tables to sources#show * Adds a very basic listing and show page for media
5 lines
115 B
Elixir
5 lines
115 B
Elixir
defmodule PinchflatWeb.Media.MediaItemHTML do
|
|
use PinchflatWeb, :html
|
|
|
|
embed_templates "media_item_html/*"
|
|
end
|