diff options
author | gorm <gormer@gmail.com> | 2015-05-25 02:29:24 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-25 02:29:24 +0200 |
commit | 572dac98a3c6b9d1da46354f6a4265fdbb1a75f8 (patch) | |
tree | 4881c432ecd340a3d56176df9f52291e73f5e5a1 | |
parent | b79e81c5c32c83ebdc785ec1f5335b22c21c83bc (diff) |
Fix Contact in nb theme as well
-rw-r--r-- | lib/views/help/contact.nb.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/views/help/contact.nb.html.erb b/lib/views/help/contact.nb.html.erb index 9369943..a3f307b 100644 --- a/lib/views/help/contact.nb.html.erb +++ b/lib/views/help/contact.nb.html.erb @@ -59,6 +59,11 @@ <%= f.text_area :message, :rows => 10, :cols => 60 %> </p> + <p style="display:none;"> + <%= f.label :comment, 'Do not fill in this field' %> + <%= f.text_field :comment %> + </p> + <% if !@last_request.nil? %> <p> <label class="form_label" for="contact_message">Inkluder lenke til henvendelse:/label> |