mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e9061bae94
@ -742,6 +742,13 @@ class AdvsController extends PublicController
|
||||
return $cats;
|
||||
}
|
||||
|
||||
public function checkUser()
|
||||
{
|
||||
return [
|
||||
'success' => \auth()->check(),
|
||||
];
|
||||
}
|
||||
|
||||
public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository)
|
||||
{
|
||||
$isActive = new AdvModel();
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
{{ addBlock('layouts/default/section')|raw }}
|
||||
<main id="main">
|
||||
<div class="container-md container-fluid">
|
||||
<div class="container">
|
||||
|
||||
{% include "visiosoft.theme.base::partials/messages" %}
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ class ValueTableBuilder extends TableBuilder
|
||||
],
|
||||
'rotate' => [
|
||||
'target' => '_blank',
|
||||
'icon' => 'fa fa-sync-alt',
|
||||
'icon' => 'fa fa-sync-alt fa-refresh',
|
||||
'type' => 'info',
|
||||
'text' => '',
|
||||
'class' => 'col-4',
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"anomaly/decimal-field_type": "~2.1.0",
|
||||
"anomaly/integer-field_type": "~2.1.0",
|
||||
"anomaly/editor-field_type": "~3.1.0",
|
||||
"anomaly/select-field_type": "~2.3.0",
|
||||
"anomaly/select-field_type": "2.3.8",
|
||||
"anomaly/slider-field_type": "~3.0.0",
|
||||
"anomaly/addon-field_type": "~2.2.0",
|
||||
"anomaly/email-field_type": "~2.1.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user