forked from shibao/cannery
		
	mix format
This commit is contained in:
		| @@ -5,7 +5,11 @@ | |||||||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |     <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <%= csrf_meta_tag() %> |     <%= csrf_meta_tag() %> | ||||||
|     <link rel="shortcut icon" type="image/jpg" href={Routes.static_path(@conn, "/images/cannery.svg")}/> |     <link | ||||||
|  |       rel="shortcut icon" | ||||||
|  |       type="image/jpg" | ||||||
|  |       href={Routes.static_path(@conn, "/images/cannery.svg")} | ||||||
|  |     /> | ||||||
|     <%= if(assigns |> Map.has_key?(:page_title), do: @page_title, else: "Cannery") |     <%= if(assigns |> Map.has_key?(:page_title), do: @page_title, else: "Cannery") | ||||||
|     |> live_title_tag(suffix: " | Cannery") %> |     |> live_title_tag(suffix: " | Cannery") %> | ||||||
|     <link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} /> |     <link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user