Moved views

This commit is contained in:
Gregory Eremin
2013-07-11 02:09:55 +07:00
parent 23fee68790
commit 999509d17f
7 changed files with 3 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
doctype html
html
head
title Pastemaster
link rel="stylesheet" href="/normalize.css?v2.1.2"
link rel="stylesheet" href="/assets/pastemaster.css?r1"
link rel="stylesheet" href="/assets/dropdown.css?r1"
link rel="stylesheet" href="/pygments_solarized_modified.css?r1"
body
a href="/"
h1
strong Paste
| master
.container== yield
script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"
script type="text/javascript" src="/assets/pastemaster.js?r1"
script type="text/javascript" src="/assets/dropdown.js?r1"
+20
View File
@@ -0,0 +1,20 @@
doctype html
html
head
title 403 Forbidden
meta charset="utf-8"
style type="text/css"
| html { display: table; }
| body { display: table-cell; }
| html, body {
| width: 100%; height: 100%;
| margin: 0; padding: 0;
| text-align: center; vertical-align: middle;
| font-face: Helvetica, Arial, sans-serif;
| font-size: 2em;
| font-weight: 100;
| background-color: #fafafa;
| color: #444444;
| }
body
| 403 Forbidden
+20
View File
@@ -0,0 +1,20 @@
doctype html
html
head
title 404 Not Found
meta charset="utf-8"
style type="text/css"
| html { display: table; }
| body { display: table-cell; }
| html, body {
| width: 100%; height: 100%;
| margin: 0; padding: 0;
| text-align: center; vertical-align: middle;
| font-face: Helvetica, Arial, sans-serif;
| font-size: 2em;
| font-weight: 100;
| background-color: #fafafa;
| color: #444444;
| }
body
| 404 Not Found
+11
View File
@@ -0,0 +1,11 @@
form action="/" method="post" accept-charset="UTF-8"
textarea name="contents"
input id="type-input" type="hidden" name="type" value=""
div id="type" class="wrapper-dropdown" tabindex="1"
span Syntax
ul.dropdown
li.selected data-value="" Plain Text
- for code, name in @lexers
li data-value=code =name
input type="submit" value="Save"
a href="#" role="submit" Save
+1
View File
@@ -0,0 +1 @@
== @paste.html