Skip to content

Commit

Permalink
Demonstrator text added if student can upload #64
Browse files Browse the repository at this point in the history
  • Loading branch information
Csutorás Robin committed Sep 21, 2017
1 parent c2fb93d commit 2808bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/demonstrator-student.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="text label">Exercise delayed</div>
<div class="text">{{#if event.firstCorrectableDeliverable.isDelayed}}Yes, {{dateformat event.firstCorrectableDeliverable.lastSubmittedDate}}. {{else}} No. {{/if}}</div>
{{else}}
<div class="text">Not uploaded.</div>
<div class="text">Not uploaded{{#if event.firstCorrectableDeliverable.isUploadable}}, but still can upload{{/if}}.</div>
{{/if}}

<div class='text label'>{{event.EventTemplate.name}} grade</div>
Expand Down

0 comments on commit 2808bd7

Please sign in to comment.