Sha256: 8192311bd84b1ec57627ebf0bb859f50cfbfde3945d2744643f53825d839a74a
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 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> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | app/views/fe/answer_sheets/_incomplete.html.erb |