Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. <p><label for="style_id">Style</label></br />
  3. <select name="link[style_id]">
  4. <% @styles.each do |style| %>
  5. <option value="<%= style.id %>"
  6. <%= ' selected' if style.id == @link.style_id %>>
  7. <%= style.name %>
  8. </option>
  9. <% end %>
  10. </select></p>
Add Comment
Please, Sign In to add comment