Add raw format to available pastes footer

このコミットが含まれているのは:
Les De Ridder 2016-06-01 04:04:36 +00:00
コミット 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>