Sha256: 502a41e8e5279e56e3f9da65b27c1c2aff8ebd5b65c464aad5f4f1ca9c77c339
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
<ul> <% questions.each do |question| %> <li><%= link_to(use_existing_fe_admin_question_sheet_page_element_path(:question_sheet_id => @page.question_sheet_id, :page_id => @page.id, :id => question.id), :remote => true, :method => :post) do %> <span>select</span><label><%= raw question.label(session[:locale]) %></label> <% end %> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/questions/fe/_questions.html.erb |