Sha256: 7701e0b1f7d31535ad44245b972ac50107fdb9b6b7c19273e65f4f298ccc7b8a

Contents?: true

Size: 420 Bytes

Versions: 6

Compression:

Stored size: 420 Bytes

Contents

<div class="submission_errors">
  <p><%= _("You still need to answer questions on the following pages:") %></p>
  <ul>
    <% @answer_sheet.pages.each do |page| %>
        <% unless page.complete?(@answer_sheet) %>
            <li class="incomplete"><%= page.label %></li>
        <% end %>
    <% end %>
  </ul>
  <p style="margin-top:20px;">Note: Please make your corrections and hit submit once completed.</p>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fe-2.1.6.1 app/views/fe/answer_sheets/_incomplete.html.erb
fe-2.1.6 app/views/fe/answer_sheets/_incomplete.html.erb
fe-2.1.5 app/views/fe/answer_sheets/_incomplete.html.erb
fe-2.1.4 app/views/fe/answer_sheets/_incomplete.html.erb
fe-2.1.3 app/views/fe/answer_sheets/_incomplete.html.erb
fe-2.1.2 app/views/fe/answer_sheets/_incomplete.html.erb