Merge pull request #1939 from Sir3lit/optionaldesc
Allow description fields to be optional
This commit is contained in:
commit
0385d2a05c
9 changed files with 67 additions and 11 deletions
|
@ -89,7 +89,7 @@
|
|||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group">
|
||||
<label for="pDescription" class="control-label">Description <span class="field-required"></span></label>
|
||||
<label for="pDescription" class="control-label">Description</label>
|
||||
<textarea id="pDescription" name="description" class="form-control" rows="6">{{ $egg->description }}</textarea>
|
||||
<p class="text-muted small">A description of this Egg that will be displayed throughout the Panel as needed.</p>
|
||||
</div>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Description <span class="field-required"></span></label>
|
||||
<label class="control-label">Description</label>
|
||||
<div>
|
||||
<textarea name="description" class="form-control" rows="7">{{ $nest->description }}</textarea>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue