legacy-dotfiles/emacs.d/nxhtml/tests/in/bug532500.rhtml

8 lines
314 B
Text
Raw Normal View History

<tr>
<td><%= f.label((t('app.views.large_surveys_admin.new.gift'))) %></td>
<td><%= check_box_tag('gift',
'checked',
!@large_survey.coupon_pool_id.nil?,
{:onclick => "$('coupon_pool').toggle()"}) %></td>
</tr>