Skip to content

Commit

Permalink
SAK-46688 SakaiGrader instructors attachment feedback filename contai…
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Oct 2, 2024
1 parent f8c55af commit a98d7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export const graderRenderingMixin = Base => class extends Base {
${this._submission.feedbackAttachments.map(att => html`
<div class="feedback-attachments-row">
<div class="feedback-attachment">
<a href="/access${att.ref}" title="${this.i18n.feedback_attachment_tooltip}">
<a href="${att.url}" title="${this.i18n.feedback_attachment_tooltip}">
<span>${att.name}</span>
</a>
</div>
Expand Down

0 comments on commit a98d7a4

Please sign in to comment.