Merge branch 'flexbox-markdown' into 'master'

Ensure Markdown rendering is not using flex boxes

See merge request pastebinrun/pastebinrun!132
This commit is contained in:
Konrad Borowski 2020-01-19 13:47:23 +00:00
commit 91662e5252

View File

@ -6,8 +6,10 @@
@:header(session)
@Html(paste.markdown)
<form method="post" action="/" id="editor">
<div>
@Html(paste.markdown)
</div>
@if let Some(delete_at) = paste.delete_at {
<div id="autodelete-text">
This paste will be automatically deleted on @delete_at.format("%Y-%m-%d %H:%M") UTC.