Text field Tag:
<%= text_field_tag :note, "#{f.notes}", :placeholder => 'Add a note about this rating set..' %>
How can I style f.notes
to have a background color so that the note looks highlighted after being submitted.
Text field Tag:
<%= text_field_tag :note, "#{f.notes}", :placeholder => 'Add a note about this rating set..' %>
How can I style f.notes
to have a background color so that the note looks highlighted after being submitted.