first commit

This commit is contained in:
Gitea
2017-07-18 08:57:31 +02:00
commit 59ac39008d
240 changed files with 72442 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
@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> &raquo; Edycja notatki</h2>
@include('form.create')
<br><br>
</div>
</div>
</div>
@endsection