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