Fix view of questions in Registrations

This commit is contained in:
Stella 2014-03-06 17:31:58 +02:00
parent 257226273b
commit 299a882277

View file

@ -47,7 +47,7 @@
- else
= registration.send(field.to_sym)
%td
= link_to "Questions", "#", :class => "questions btn btn-success", :id => counter, :onclick => "toggle('row#{counter}')"
= link_to "Questions", "javascript: void(0)", :class => "questions btn btn-success", :id => counter, :onclick => "toggle('row#{counter}')"
%td
= link_to "Edit", admin_conference_registrations_edit_path(@conference.short_title, :id => registration.id), :method => :get, :class => "btn btn-primary"