forked from shibao/cannery
update to liveview 0.18 and use elixir 1.14
This commit is contained in:
.drone.yml.tool-versionsCHANGELOG.mdDockerfile
lib
cannery_web.exrouter.ex
mix.exsmix.lockcannery_web
components
add_shot_group_component.exadd_shot_group_component.html.heexammo_group_card.excontainer_card.exmove_ammo_group_component.extopbar.ex
live
ammo_group_live
ammo_type_live
container_live
edit_tags_component.html.heexform_component.exform_component.html.heexindex.html.heexshow.exshow.html.heex
home_live.exinit_assigns.exinvite_live
live_helpers.exrange_live
tag_live
templates
layout
user_confirmation
user_registration
user_reset_password
user_session
user_settings
views
priv/gettext
@ -10,8 +10,9 @@
|
||||
type="image/jpg"
|
||||
href={Routes.static_path(@conn, "/images/cannery.svg")}
|
||||
/>
|
||||
<%= if(assigns |> Map.has_key?(:page_title), do: @page_title, else: "Cannery")
|
||||
|> live_title_tag(suffix: " | Cannery") %>
|
||||
<.live_title suffix=" | Cannery">
|
||||
<%= assigns[:page_title] || "Cannery" %>
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} />
|
||||
<script
|
||||
defer
|
||||
|
Reference in New Issue
Block a user