summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug532500.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug532500.rhtml')
-rw-r--r--emacs.d/nxhtml/tests/in/bug532500.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug532500.rhtml b/emacs.d/nxhtml/tests/in/bug532500.rhtml
new file mode 100644
index 0000000..308613b
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug532500.rhtml
@@ -0,0 +1,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>