diff options
author | Mario <mario@mariovavti.com> | 2021-10-09 08:58:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-09 08:58:11 +0000 |
commit | 14733f8482f309a246a6dc8187da7327d59e6321 (patch) | |
tree | 26cd188551a7635c549401573a37bd4fab0bb585 /view/tpl/follow.tpl | |
parent | b830bbd0846f86c36b07a5340aac3def8264b9f4 (diff) | |
download | volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.tar.gz volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.tar.bz2 volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.zip |
more bs5 fixes
Diffstat (limited to 'view/tpl/follow.tpl')
-rw-r--r-- | view/tpl/follow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 53325fdce..7adbc03ec 100644 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -3,7 +3,7 @@ <form action="follow" method="post" /> <div class="input-group"> <input class="form-control" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> - <button class="btn btn-sm btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> + <button class="btn 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}} |