Add raw format to available pastes footer

这个提交包含在:
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>