Add raw format to available pastes footer

This commit is contained in:
Les De Ridder 2016-06-01 04:04:36 +00:00
父節點 abd6aa2deb
當前提交 7fcd42f955
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -69,7 +69,7 @@
{!! $content !!}
</section>
<footer>
@foreach(array('json', 'terminal', 'terminal256', 'png', 'latex', 'irc') as $format)
@foreach(array('raw', 'json', 'terminal', 'terminal256', 'png', 'latex', 'irc') as $format)
<a href="?format={{$format}}">{{ $format }}</a>&nbsp;
@endforeach
</footer>