Sha256: 61afbaa4063427269b5517d50bb9dd8cca21fabe9b1c618056c068535605c4b1
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
<h3 id='sheet-name'><%= answer_sheet.question_sheet.label %></h3> <% if elements.length > 0 -%> <% elements.each do |page, page_elements| -%> <% next unless page.has_questions? %> <a name="<%= dom_id(page) %>"></a> <div class="page" data-page-id="<%= page.id %>"> <h3><%= page.label %></h3> <ul class="questions readonly" start="<%= @question_number %>"> <%= render :partial => 'fe/answer_sheets/element', :collection => page_elements, :locals => {:elements => page_elements} %> </ul> </div> <br /> <% end -%> <% else -%> <div style="background: #ffc;"> <p>That's odd. There are no answers to review.</p> </div> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/answer_sheets/_answer_sheet.html.erb |