diff options
author | Mario <mario@mariovavti.com> | 2021-08-17 18:07:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-17 18:07:30 +0000 |
commit | c3bbc35e84bc8517064a55e362aeefb905d910b4 (patch) | |
tree | 8e084ec903c07eb8483e64ed5a9422d1dae79789 /view/tpl/follow.tpl | |
parent | a2403042c25a9202e8b926962c5035d34c0e08a3 (diff) | |
download | volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.gz volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.bz2 volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.zip |
more bs5 fixes
Diffstat (limited to 'view/tpl/follow.tpl')
-rw-r--r-- | view/tpl/follow.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index da472fa9b..53325fdce 100644 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -3,9 +3,7 @@ <form action="follow" method="post" /> <div class="input-group"> <input class="form-control" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> - <div class="input-group-append"> - <button class="btn btn-sm btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> - </div> + <button class="btn btn-sm btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> </div> </form> {{if $abook_usage_message}} |