mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
Fix merge conflict
This commit is contained in:
parent
b271b7065d
commit
82d53d686e
1 changed files with 1 additions and 5 deletions
|
@ -19,11 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="font-weight-bold text-muted small">Caption</label>
|
<label class="font-weight-bold text-muted small">Caption</label>
|
||||||
<<<<<<< HEAD
|
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off" maxlength="{{config('pixelfed.max_caption_length')}}">
|
||||||
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" maxlength="{{config('pixelfed.max_caption_length')}}">
|
|
||||||
=======
|
|
||||||
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off">
|
|
||||||
>>>>>>> dev
|
|
||||||
<small class="form-text text-muted">
|
<small class="form-text text-muted">
|
||||||
Max length: {{config('pixelfed.max_caption_length')}} characters.
|
Max length: {{config('pixelfed.max_caption_length')}} characters.
|
||||||
</small>
|
</small>
|
||||||
|
|
Loading…
Reference in a new issue