aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-01 11:39:26 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-01 11:39:26 +0100
commitd4a957ca168c7326d52554da2162d6dd9cb34de4 (patch)
treea0d29a41759738a7aaa1d2a8f53b1b9aac225bef /view
parente08e6c182cd23132743d9fca69fb63449753376f (diff)
downloadvolse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.tar.gz
volse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.tar.bz2
volse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.zip
add title to connect button
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/follow.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl
index 8126a4e5a..a211a65b6 100755
--- a/view/tpl/follow.tpl
+++ b/view/tpl/follow.tpl
@@ -4,7 +4,7 @@
<div class="input-group">
<input class="form-control input-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" />
<div class="input-group-btn">
- <button class="btn btn-success btn-sm" type="submit" name="submit" value="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
+ <button class="btn btn-success btn-sm" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
</div>
</div>
</form>