Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <%- if current_partner.subdomain == 'rockport' -%>
  2. <li id="fake_payout_type">
  3. <%= f.radio_button "payout_type_id", "fake", :onClick => "$j('#fake_payout_type').html(\"JUST KIDDING!\");" %>
  4. <label for="box_payout_type_id_fake">Your next capital call</label>
  5. </li>
  6. <%- end -%>
Add Comment
Please, Sign In to add comment