Commit 0213d4d2 by Bagus Pambudi

fix bug link download

parent 720c4f53
......@@ -45,7 +45,7 @@
<td style="color: black;">{{ $item->title }}</td>
<td style="text-align: center; color: black;">{{ InseoHelper::tgl($item->created_at) }}</td>
<td style="text-align: center;">
<a href="{{ url('downloadlink/'.$item->id) }}" class="btn btn-info"><i class="fa fa-download"> Download</i></a>
<a href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/file/' .$item->file }}" class="btn btn-info"><i class="fa fa-download"> Download</i></a>
</td>
</tr>
@endforeach
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment