i want to add glyphicon-envelope image to my input field written in volt.... i have tried this but this is not working...Please help!!!!
<label for="email">Email</label>
    <div class="controls">
    {{ text_field('email', 'class': "form-control  glyphicon glyphicon-envelope")  }}
</div>