pretty: add softwrapping to pastes
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
dff3e673c2
commit
eff3f0dbd6
3 changed files with 34 additions and 6 deletions
|
|
@ -25,8 +25,9 @@
|
|||
{{ body | safe }}
|
||||
</div>
|
||||
<div class="topRightBox">
|
||||
<button onclick="forkClicked()">⑂ Fork</button>
|
||||
<button onclick="newPasteClicked()">+ New</button>
|
||||
<button id="wrapBtn" onclick="wrapClicked()">⏎ Wrap</button>
|
||||
<button id="forkBtn" onclick="forkClicked()">⑂ Fork</button>
|
||||
<button id="newPasteBtn" onclick="newPasteClicked()">+ New</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue