issue #1 reset form resets selected icon to empty

This commit is contained in:
kplaczek
2018-04-04 19:44:11 +02:00
commit 20c8d2f763
197 changed files with 49256 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
@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">
@if($type == 'template')
<h2><a href="/">Lista</a> &raquo; Edycja szablonu</h2>
@else
<h2><a href="/">Lista</a> &raquo; Edycja notatki</h2>
@endif
@include('form.create')
<br><br>
</div>
</div>
</div>
@endsection