Annotate templates with TODOs for markup replacement
To open source the project down the line, it makes sense to have either everything custom or using OSS components in order to keep licensing as simple as possible.
This commit is contained in:
@@ -11,6 +11,7 @@ defmodule MusicLibraryWeb.Pagination do
|
||||
assigns = assign(assigns, :page_links, page_links)
|
||||
|
||||
~H"""
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<div
|
||||
:if={@page_links.total_pages > 1}
|
||||
id={@id}
|
||||
|
||||
Reference in New Issue
Block a user