add title to connect button
This commit is contained in:
parent
e08e6c182c
commit
d4a957ca16
@ -4,7 +4,7 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input class="form-control input-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" />
|
<input class="form-control input-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" />
|
||||||
<div class="input-group-btn">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user