summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug532500.rhtml
blob: 308613b183d5dc365a13fa44f178f199e0b93180 (plain)
1
2
3
4
5
6
7
    <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>