Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <th>
  2. <select name="situation" class="input-filter form-control">
  3. <option value="" class="">Escolha um status</option>
  4. <% ["Cliente", "Representante"].each do |situation| %>
  5. <option value="<%=situation%>">
  6. <%=situation%>
  7. </option>
  8. <% end %>
  9. </select>
  10. </th>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement