-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from mojotech/cpj/phx1_5_support
Official support for Phoenix 1.5
- Loading branch information
Showing
157 changed files
with
23,938 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<html> | ||
<head> | ||
<title>Admin</title> | ||
<!-- Uncomment to just use the bare bones torch styles rather than the theme --> | ||
<!--<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/torch/base.css") %>">--> | ||
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/torch/theme.css") %>"> | ||
</head> | ||
|
||
<body class="<%= Torch.PageView.body_classes(@conn) %>"> | ||
<header> | ||
<section id="torch-account-info"> | ||
<div class="torch-container"> | ||
<a href="/">[email protected]</a> | ||
<a href="/">Logout</a> | ||
</div> | ||
</section> | ||
|
||
<section id="torch-nav"> | ||
<div class="torch-container"> | ||
<div class="torch-logo"> | ||
<a href="/"> | ||
<h3>Torch</h3> | ||
</a> | ||
</div> | ||
<nav class="torch-nav"> | ||
<!-- nav links here --> | ||
</nav> | ||
</div> | ||
</section> | ||
</header> | ||
|
||
<%= Torch.FlashView.render("_flash_messages.html", assigns) %> | ||
<%= @inner_content %> | ||
<script src="<%= Routes.static_path(@conn, "/torch/torch.js") %>"></script> | ||
</body> | ||
</html> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.