Sha256: 53475981939a9811a10edc5b88157543c066dfb3e3e61e4c4f2f915a4097c792
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 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 %></label> <% end %> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | app/views/fe/questions/fe/_questions.html.erb |