Refactor
This commit is contained in:
parent
b8b2d60275
commit
2aa5fbeb46
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,11 @@ namespace wishthis;
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label><?= __('Description') ?></label>
|
<label><?= __('Description') ?></label>
|
||||||
|
|
||||||
<textarea name="wish_description"
|
<div class="ui input">
|
||||||
placeholder="<?= $wish->description ?? '' ?>"
|
<textarea name="wish_description" placeholder="<?= $wish->description ?? '' ?>">
|
||||||
><?= $wish->description ?? '' ?></textarea>
|
<?= $wish->description ?? '' ?>
|
||||||
|
</textarea>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue