Remove default Phoenix page view and template
This commit is contained in:
parent
5b7c33e24f
commit
943154421e
@ -1,36 +0,0 @@
|
|||||||
<div class="jumbotron">
|
|
||||||
<h2><%= gettext "Welcome to %{name}", name: "Phoenix!" %></h2>
|
|
||||||
<p class="lead">A productive web framework that<br />does not compromise speed and maintainability.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row marketing">
|
|
||||||
<div class="col-lg-6">
|
|
||||||
<h4>Resources</h4>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="http://phoenixframework.org/docs/overview">Guides</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://hexdocs.pm/phoenix">Docs</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/phoenixframework/phoenix">Source</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-6">
|
|
||||||
<h4>Help</h4>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="http://groups.google.com/group/phoenix-talk">Mailing list</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://webchat.freenode.net/?channels=elixir-lang">#elixir-lang on freenode IRC</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://twitter.com/elixirphoenix">@elixirphoenix</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
@ -1,3 +0,0 @@
|
|||||||
defmodule Asciinema.PageView do
|
|
||||||
use Asciinema.Web, :view
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user