Commit 654580e 1 parent f20a225 commit 654580e Copy full SHA for 654580e
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 130
130
{{-- N'est formaté que si le SH est activé --}}
131
131
<div class =" row" @if ($noSyntax == true ) style =" margin-bottom :20px ;" @endif >
132
132
<div class =" col-sm-12" >
133
- <label for =" paste" ><i >@if ($noSyntax == false ) Syntax-highlighted @else Plain-text @endif </i ></label >@if ($privacy != " Password-protected" ) <i class =" pull-right" ><a href =" /{{ $link } }/raw " >Raw paste</a > @endif </i >
133
+ <label for =" paste" ><i >@if ($noSyntax == false ) Syntax-highlighted @else Plain-text @endif </i ></label >@if ($privacy != " Password-protected" ) <i class =" pull-right" ><a href =" /raw/ {{ $link } }" >Raw paste</a > @endif </i >
134
134
<pre id =" paste" ><code >@if ($noSyntax == true )<i >@endif {{ $content } } @if ($noSyntax == true )</i >@endif </code ></pre >
135
135
</div >
136
136
</div >
You can’t perform that action at this time.
0 commit comments