This repository has been archived on 2019-03-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
paper-pi/resources/views/template_edit.blade.php

19 lines
450 B
PHP

@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