Add raw format to available pastes footer

Cette révision appartient à :
Les De Ridder 2016-06-01 04:04:36 +00:00
Parent abd6aa2deb
révision 7fcd42f955
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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>