Skip to content

Commit 974fb34

Browse files
authored
Merge branch 'v6' into bassets
2 parents 9a033ee + d5f809f commit 974fb34

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/workflows/add-to-project.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
types:
10+
- opened
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@extends(backpack_view('layouts.top_left'))
2-
1+
@extends(backpack_view('blank'))
32

43
@section('after_scripts')
54
@include('vendor.elfinder.common_scripts')

0 commit comments

Comments
 (0)