I am working on a web app form and don't really know anything at all about rails. I mainly tweak html and css while the real devs do the hard work! But I am now trying to simply add a dollar sign - '$' to an input box that is created using rails. I have no clue how to do this and my google efforts have turned up fruitless.
this is the code for the input box
 ` <%= f.label :incomeAnnual, 'Annual income' %>
  <%= f.text_field :incomeAnnual, tabindex: 25 %>
  <br/>'
can anyone please help me?
 
     
     
     
     
     
    