diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 12:42:01 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 12:42:01 -0600 |
commit | 9d5a369ff6aa2dc3a80f104ffdc622ddf594a725 (patch) | |
tree | 78f7a8e7728a997bb02773c4623c43dc30de6328 /lib/aggiedit_web/live/post_live/show.html.heex | |
parent | 76b083a2bd7e0ab694af3e4fb2504e3869f97113 (diff) | |
download | aggiedit-9d5a369ff6aa2dc3a80f104ffdc622ddf594a725.tar.gz aggiedit-9d5a369ff6aa2dc3a80f104ffdc622ddf594a725.zip |
Add guards on post resources
Diffstat (limited to 'lib/aggiedit_web/live/post_live/show.html.heex')
-rw-r--r-- | lib/aggiedit_web/live/post_live/show.html.heex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aggiedit_web/live/post_live/show.html.heex b/lib/aggiedit_web/live/post_live/show.html.heex index e6eaebe..fd57bbb 100644 --- a/lib/aggiedit_web/live/post_live/show.html.heex +++ b/lib/aggiedit_web/live/post_live/show.html.heex @@ -5,6 +5,7 @@ <.live_component module={AggieditWeb.PostLive.FormComponent} id={@post.id} + current_user={@current_user} title={@page_title} action={@live_action} post={@post} |