94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
7 lines
314 B
Text
7 lines
314 B
Text
<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>
|