README: Add link to commit history
[friendica.git/.git] / templates / field_select_raw.tpl
1
2 <div class="form-group field select">
3         <label for="id_{{$field.0}}">{{$field.1}}</label>
4         <select class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip">
5                 {{$field.4}}
6         </select>
7         <span class="help-block" id="{{$field.0}}_tip">{{$field.3}}</span>
8 </div>