exports in blank window
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user