Save a SEO title and description when creating an incident

This commit is contained in:
Nico Stapelbroek
2018-03-06 19:38:52 +01:00
parent 0fcd939f50
commit 129030daaf
3 changed files with 14 additions and 1 deletions

View File

@@ -129,6 +129,14 @@
</label>
</div>
@endif
<div class="form-group">
<label>{{ trans('forms.seo.title') }}</label> <small class="text-muted">{{ trans('forms.optional') }}</small>
<input type="text" name="seo[title]" class="form-control" placeholder="{{ trans('forms.optional') }}">
</div>
<div class="form-group">
<label>{{ trans('forms.seo.description') }}</label> <small class="text-muted">{{ trans('forms.optional') }}</small>
<input type="text" name="seo[description]" class="form-control" placeholder="{{ trans('forms.optional') }}">
</div>
</fieldset>
<div class="form-group">