legacy-dotfiles/emacs.d/nxhtml/tests/in/bug532500.rhtml
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

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>