Skip to content

Commit

Permalink
MDL-72687 assign: remove title attr from view all submissions link
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Nov 2, 2021
1 parent 7137b20 commit 96ea7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/templates/grading_navigation.mustache
Expand Up @@ -61,7 +61,7 @@
{{!
Row 3) Assignment grading & link, due date, with tool-tip thing.
}}
<a href="{{config.wwwroot}}/mod/assign/view.php?id={{cmid}}&action={{actiongrading}}" title="{{viewgrading}}">{{viewgrading}}</a>
<a href="{{config.wwwroot}}/mod/assign/view.php?id={{cmid}}&action={{actiongrading}}">{{viewgrading}}</a>

<div role="tooltip" id="tooltip-{{uniqid}}" class="accesshide">
{{#duedate}}
Expand Down

0 comments on commit 96ea7a0

Please sign in to comment.