We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a033ee + d5f809f commit 974fb34Copy full SHA for 974fb34
.github/workflows/add-to-project.yml
@@ -0,0 +1,20 @@
1
+name: Add new bugs & PRs to This Week project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - transferred
8
+ pull_request:
9
10
11
12
+jobs:
13
+ add-to-project:
14
+ name: Add new bugs and PRs to This Week project
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/add-to-project@main
18
+ with:
19
+ project-url: https://github.com/orgs/Laravel-Backpack/projects/13
20
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
resources/views/elfinder.blade.php
@@ -1,5 +1,4 @@
-@extends(backpack_view('layouts.top_left'))
-
+@extends(backpack_view('blank'))
@section('after_scripts')
@include('vendor.elfinder.common_scripts')
0 commit comments