Skip to content

Commit

Permalink
Remove default Phoenix header
Browse files Browse the repository at this point in the history
  • Loading branch information
bgottlob committed Apr 25, 2021
1 parent 068282a commit 433cdfc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apps/apex_dash/lib/apex_dash_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@
<meta name="author" content="">
<%= csrf_meta_tag() %>

<title>Hello ApexDash!</title>
<title>Apex Dashboard</title>
<link rel="stylesheet" href="<%= static_path(@conn, "/css/app.css") %>">
</head>

<body>
<div class="container">
<header class="header">
<nav role="navigation">
<ul class="nav nav-pills pull-right">
<li><a href="http://www.phoenixframework.org/docs">Get Started</a></li>
</ul>
</nav>
<span class="logo"></span>
</header>

<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p>
<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>

Expand Down

0 comments on commit 433cdfc

Please sign in to comment.