Skip to content

Commit 654580e

Browse files
committed
Update link to raw paste in view.blade.php
1 parent f20a225 commit 654580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/paste/view.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
{{-- N'est formaté que si le SH est activé --}}
131131
<div class="row" @if ($noSyntax == true) style="margin-bottom:20px;" @endif>
132132
<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>
134134
<pre id="paste"><code>@if ($noSyntax == true)<i>@endif{{ $content }} @if ($noSyntax == true)</i>@endif</code></pre>
135135
</div>
136136
</div>

0 commit comments

Comments
 (0)