Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <dt><label for="host_hostgroup">Host group</label></dt>
  2. <dd>
  3. <%= f.select :hostgroup, @hostgroups.collect {|p| [p.name, p.id] } %>
  4. <%=error_message_on(:host, :os) %>
  5. </dd>
Add Comment
Please, Sign In to add comment