mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-78207 course: Move afterlink at the end of the card
This commit is contained in:
parent
71c36d2de1
commit
b6849bd973
@ -69,12 +69,6 @@
|
||||
{{> core_courseformat/local/content/cm/cmname }}
|
||||
{{/ core_courseformat/local/content/cm/cmname }}
|
||||
{{/cmname}}
|
||||
{{#afterlink}}
|
||||
<div class="afterlink d-flex align-items-center ml-3">
|
||||
{{{afterlink}}}
|
||||
</div>
|
||||
{{/afterlink}}
|
||||
|
||||
{{#activityinfo}}
|
||||
<div class="activity-info mt-1 mt-md-0">
|
||||
{{$ core_courseformat/local/content/cm/activity_info}}
|
||||
@ -125,3 +119,9 @@
|
||||
{{/ core_courseformat/local/content/cm/availability }}
|
||||
{{/modavailability}}
|
||||
</div>
|
||||
|
||||
{{#afterlink}}
|
||||
<div class="afterlink d-flex align-items-center mt-3">
|
||||
{{{afterlink}}}
|
||||
</div>
|
||||
{{/afterlink}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user