Sha256: 1b543b8706e7f91ea3b10a579f25ab64255dad943485e5d5a746e31fbb87552f
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 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-1.0.0 | app/views/fe/answer_sheets/_incomplete.html.erb |