mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-06 02:01:22 +08:00
9 lines
305 B
PHP
9 lines
305 B
PHP
<div class="form-group">
|
|
<label for="name">Name</label>
|
|
@include('form/text', ['name' => 'name'])
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="description">Description</label>
|
|
@include('form/textarea', ['name' => 'description'])
|
|
</div>
|
|
<button type="submit" class="button pos">Save</button> |