Below is a Rails code snippet for input fields.
Name:-<%=text_field_tag "specification[name1]","",:class=>"autocomplete form-control"%>
<br/>
Value:-<%=text_field_tag "specification[value1]","",:class=>"autocomplete form-control"%>
I am looking to align a name and a value horizontally with each other.
Any suggestions on how to achieve this? I appreciate any help.
Thank you.