exports in blank window

pull/26/head
Ondřej Hruška 6 years ago
parent 83cf68cdf6
commit 886c65b28e
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      resources/views/table/_panel-export.blade.php

@ -7,7 +7,7 @@
'c' => 'C structs array',
] as $type => $title)
<li><a href="{{ route('table.export', [
<li><a target="_blank" href="{{ route('table.export', [
'user' => $table->owner->name,
'table' => $table->name,
'format' => $type

Loading…
Cancel
Save