I have the following problem, in which way I can place an icon in the span that contains "$", by placing the icon of the template this is run, the icon should be in the place of "$" and not on top of the Fuel name thank you very much greetings,
<section class="col col-6">
<div class="input-group">
<span class="icon-append fa fa-user"></span>
<input type="text" class="form-control" aria-label="Amount">
<span class="input-group-addon">Nombre Combustible</span>
</div>
</section>
When the suggestion is made, the icon is superimposed
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"><script src="https://use.fontawesome.com/812939c945.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<section class="col col-6">
<div class="input-group">
<span class="icon-append fa fa-user"></span>
<input type="text" class="form-control" aria-label="Amount">
<span class="input-group-addon">Nombre Combustible</span>
</div>
</section>