2016-06-06 18:38:39 -04:00
|
|
|
|
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
2016-06-06 19:28:38 -04:00
|
|
|
|
2017-10-20 09:21:42 -04:00
|
|
|
<form action="follow" method="get">
|
2016-06-06 19:28:38 -04:00
|
|
|
{{* The input field - For visual consistence we are using a search input field*}}
|
2016-06-06 18:38:39 -04:00
|
|
|
<div class="form-group form-group-search">
|
2018-12-13 22:28:12 -05:00
|
|
|
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
|
2016-12-10 15:25:40 -05:00
|
|
|
<button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit">{{$follow}}</button>
|
2016-06-06 18:38:39 -04:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|