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:
parent
2958b34625
commit
39f4aeb9ea
1 changed files with 7 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue