Skip to content

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlamour committed Dec 5, 2024
1 parent 31227d9 commit ab28751
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions templates/content.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,21 @@
</div>
<a href="{{{url}}}" class="font-weight-bold">{{name}}</a>
{{#duedate}}
<div>
<small>{{#str}} t:due, block_my_feedback {{/str}} {{duedate}}</small>
<div class="small">
{{#str}} t:due, block_my_feedback {{/str}} {{duedate}}
{{#requiremarking}}
· <a href="{{{markingurl}}}">{{requiremarking}} {{#str}} t:needmarking, block_my_feedback {{/str}}</a>
{{/requiremarking}}
</div>
{{/duedate}}
</div>
</div>

{{#date}}
<div class='text-right small'>
{{! Student. }}
{{#date}}
{{#tutorname}}{{.}} · {{/tutorname}} {{date}}
{{/date}}

{{! Admin. }}
{{#requiremarking}}
<a href="{{{markingurl}}}">{{requiremarking}} {{#str}} t:needmarking, block_my_feedback {{/str}}</a>
{{/requiremarking}}
{{#tutorname}}{{.}} · {{/tutorname}} {{date}}
</div>
{{/date}}
<hr>
{{/mods}}

Expand Down

0 comments on commit ab28751

Please sign in to comment.