Guest User

Untitled

a guest
Jan 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <fieldset>
  2. <div class="form-inline" style="margin-bottom:10px;">
  3.  
  4. <div class="form-group">
  5. <%= f.text_field "synonyms[value]", class: "form-control" %>
  6. </div>
  7.  
  8. <div class="form-group">
  9. <%= f.text_field "synonyms[synonyms]", class: "form-control", style: 'width: 300px;' %>
  10. </div>
  11.  
  12. <%= f.hidden_field :destroy %>
  13.  
  14. <button class="btn btn-default remove_fields">X</button>
  15. </div>
  16. </fieldset>
Add Comment
Please, Sign In to add comment