1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 14:17:26 -04:00

Add some niceties to the viewer

This commit is contained in:
Ryan Voots 2017-04-24 22:18:01 -04:00
parent 2958b34625
commit 39f4aeb9ea

View file

@ -28,13 +28,16 @@
[% BLOCK page_header %]
<div class="row">
<div class="col-md-3">
<div class="col-md-1">
<a href="/">Make a new paste</a>
</div>
<div class="col-md-2">
<b>Who: </b>[% who | html %]
</div>
<div class="col-md-3">
<div class="col-md-2">
<b>When: </b>[% when %]
</div>
<div class="col-md-6">
<div class="col-md-7">
<b>What: </b>[% what | html %]
</div>
</div>
@ -54,6 +57,7 @@
<label>Raw Viewer</label>
<input type="checkbox" id="raw_editor"/>
<label><a href="/raw/[% pasteid %]">Raw Link</a></label>
<label>Language: </label><span>[% language %]</label>
<!-- TODO this should come from the eval server somehow -->
</div>
<div class="col-md-12">