pinchflat/lib/pinchflat_web/controllers/media/media_item_html.ex
Kieran 8bdd189fa5
Media UI v1 (#17)
* Updated comments

* Added basic media tables to sources#show

* Adds a very basic listing and show page for media
2024-02-09 16:21:51 -08:00

5 lines
115 B
Elixir

defmodule PinchflatWeb.Media.MediaItemHTML do
use PinchflatWeb, :html
embed_templates "media_item_html/*"
end