Birger J. Nordølum
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with
22 additions and
22 deletions
-
resources/views/items/create.blade.php
-
resources/views/items/edit.blade.php
-
resources/views/items/list.blade.php
-
resources/views/items/trash.blade.php
-
resources/views/layouts/app.blade.php
-
resources/views/settings/edit.blade.php
-
resources/views/settings/list.blade.php
-
resources/views/tags/create.blade.php
-
resources/views/tags/edit.blade.php
-
resources/views/tags/list.blade.php
-
resources/views/tags/trash.blade.php
-
resources/views/welcome.blade.php
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -9,4 +9,4 @@ |
|
|
|
@endsection |
|
|
|
@section('scripts') |
|
|
|
@include('items.scripts') |
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -9,4 +9,4 @@ |
|
|
|
@endsection |
|
|
|
@section('scripts') |
|
|
|
@include('items.scripts') |
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
<section class="module-container"> |
|
|
@ -53,4 +53,4 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
<section class="module-container"> |
|
|
@ -49,4 +49,4 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -6,4 +6,4 @@ |
|
|
|
@include('settings.form') |
|
|
|
{!! Form::close() !!} |
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -49,4 +49,4 @@ |
|
|
|
</section> |
|
|
|
@endforeach |
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -9,4 +9,4 @@ |
|
|
|
@endsection |
|
|
|
@section('scripts') |
|
|
|
@include('tags.scripts') |
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
@ -9,4 +9,4 @@ |
|
|
|
@endsection |
|
|
|
@section('scripts') |
|
|
|
@include('tags.scripts') |
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
<section class="module-container"> |
|
|
@ -53,4 +53,4 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
<section class="module-container"> |
|
|
@ -49,4 +49,4 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
@extends('app') |
|
|
|
@extends('layouts.app') |
|
|
|
|
|
|
|
@section('content') |
|
|
|
@include('partials.search') |
|
|
@ -22,4 +22,4 @@ |
|
|
|
@endif |
|
|
|
|
|
|
|
|
|
|
|
@endsection |
|
|
|
@endsection |
|
|
|