Completamento della conversione del template
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
@extends('admin') @section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">Dettaglio Progetto</h1>
|
||||
</div>
|
||||
</div>
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('content_header')
|
||||
|
||||
<h1>Dettaglio Progetto</h1>
|
||||
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
|
||||
@@ -246,6 +250,6 @@
|
||||
<!-- /MODAL RIGA -->
|
||||
|
||||
<!-- /.col-lg-12 -->
|
||||
@endsection @section('script')
|
||||
@endsection @section('js')
|
||||
<script src="/js/app/rigaProgetti.js"></script>
|
||||
@endsection
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
@extends('admin') @section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">Lista Progetti</h1>
|
||||
</div>
|
||||
</div>
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('content_header')
|
||||
<h1>Lista Progetti</h1>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<!-- Content here -->
|
||||
<div class="row">
|
||||
@@ -145,6 +146,6 @@
|
||||
</form>
|
||||
</div>
|
||||
<!-- /MODAL -->
|
||||
@endsection @section('script')
|
||||
@endsection @section('js')
|
||||
<script src="/js/app/progetti.js"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user