Linked Questions

Popular Questions

How to change label of simple form input

Asked by At

I Have a code in my project like

<div class="form-inputs">
  <%= f.input :twitter %>
</div>

It gives label as Twitter in my website. How it produce label with out giving label parameter. I want to change label to something else like Tweet it.

Related Questions