Merged older paper pi with the newer, with some recent updates.
This commit is contained in:
19
resources/views/template_edit.blade.php
Normal file
19
resources/views/template_edit.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('content')
|
||||
<style>
|
||||
body .column .ui.form textarea:not([rows]) {max-height: inherit; height: 20em}
|
||||
|
||||
</style>
|
||||
<div class="ui container">
|
||||
<div class="ui one column middle aligned stackable grid">
|
||||
<div class="ui column">
|
||||
|
||||
<h2><a href="/">Lista</a> » Edycja notatki</h2>
|
||||
@include('form.create')
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user