Passworded pastes are here.

This commit is contained in:
2018-05-18 22:28:04 +05:00
parent b8e9895617
commit 94a0a435b6
15 changed files with 373 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fast Paste Bin - ERROR!</title>
<title>Fast Paste Bin - Paste #{pasteID}</title>
<link rel="stylesheet" href="/static/css/bulma-0.7.0.min.css">
<script defer src="/static/js/fontawesome-5.0.7.js"></script>
<link rel="stylesheet" href="/static/css/style.css">
@@ -41,6 +41,7 @@
<th>Title</th>
<th>Language</th>
<th>Pasted on</th>
<th>Will expire on</th>
<th>Paste type</th>
</tr>
</thead>
@@ -50,10 +51,11 @@
<td>{pasteTitle}</td>
<td>{pasteLanguage}</td>
<td>{pasteDate}</td>
<td>{pasteExpiration}</td>
<td>{pasteType}</td>
</tr>
<tr>
<td colspan="5">
<td colspan="6">
<a class="button" href="/paste/{pasteID}/{pasteTs}raw">View raw</a>
</td>
</tr>