Sha256: b03ed4b3cb3dce65f3c8cce2a240a95d3a081feec97fe87edc713b74192f6de2
Contents?: true
Size: 572 Bytes
Versions: 6
Compression:
Stored size: 572 Bytes
Contents
- if @syllabus.assignments.any? #syllabus-assignments b= t('assignment.count') |: #syllabus-assignments-count = @syllabus.assignments.count p b= t('assignment.list') table#syllabus-assignments-index tbody tr th= t('assignment.name') th= t'(assignment.description') th= t('assignment.max_score') = render partial: 'syllabuses/assignments/assignment', collection: @syllabus.assignments, as: :assignment - else p= t('notice.no_resource_assign_first', resource: t('assignment.plural'))
Version data entries
6 entries across 6 versions & 2 rubygems