Improve logic and add working "delete" links
This commit is contained in:
@ -5,11 +5,7 @@ defmodule OutlookWeb.PublicComponents do
|
||||
use Phoenix.Component
|
||||
import OutlookWeb.ViewHelpers
|
||||
|
||||
use Phoenix.VerifiedRoutes,
|
||||
endpoint: OutlookWeb.Endpoint,
|
||||
router: OutlookWeb.Router,
|
||||
statics: OutlookWeb.static_paths()
|
||||
import Phoenix.HTML
|
||||
use OutlookWeb, :verified_routes
|
||||
|
||||
alias Phoenix.LiveView.JS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user