mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-79041 core: Fix typo for MoodleNet resource URL
This commit is contained in:
parent
202d57eef7
commit
5c131030fd
2
lib/amd/build/moodlenet/send_resource.min.js
vendored
2
lib/amd/build/moodlenet/send_resource.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -99,7 +99,7 @@ const responseFromMoodleNet = (status, resourceUrl = '') => {
|
||||
|
||||
if (status) {
|
||||
currentModal.setFooter(Templates.render('core/moodlenet/send_activity_modal_footer_view', {
|
||||
resourseurl: resourceUrl,
|
||||
resourceurl: resourceUrl,
|
||||
}));
|
||||
currentModal.showFooter();
|
||||
}
|
||||
|
@ -16,11 +16,11 @@
|
||||
Render the footer for sharing activity
|
||||
Example context (json):
|
||||
{
|
||||
"resourseurl": "https://moodlenet.test/draft/activity.mbz"
|
||||
"resourceurl": "https://moodlenet.test/draft/activity.mbz"
|
||||
}
|
||||
}}
|
||||
<div class="moodlenet-action-buttons">
|
||||
<a class="btn btn-primary" href="{{resourseurl}}" target="_blank" rel="noopener noreferrer">
|
||||
<a class="btn btn-primary" href="{{resourceurl}}" target="_blank" rel="noopener noreferrer">
|
||||
{{#str}} moodlenet:gotomoodlenet, moodle {{/str}}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user