mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
Merge branch 'MDL-78619-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
commit
5fdd1f768b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<div class="container footer-dark-inner">
|
||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||
{{#output.has_communication_links}}
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
<button onclick="window.open('{{output.communication_url}}', '_blank', 'noreferrer')" class="btn btn-icon bg-primary text-white icon-no-margin btn-footer-communication" aria-label="{{#str}}communicationroomlink, course{{/str}}">
|
||||
{{#pix}}t/messages-o, core{{/pix}}
|
||||
</button>
|
||||
{{/output.has_communication_links}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue