mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-60501-h4_close_tag' of https://github.com/leonstr/moodle
This commit is contained in:
commit
0a94e31cf9
@ -82,8 +82,8 @@
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}<h4>{{/action}}
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a></h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}</h4>{{/action}}
|
||||
</div>
|
||||
<div class="col">
|
||||
<ul class="list-unstyled">
|
||||
@ -105,8 +105,8 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}<h4>{{/action}}
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a></h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}</h4>{{/action}}
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<ul class="list-unstyled">
|
||||
@ -126,8 +126,8 @@
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a><h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}<h4>{{/action}}
|
||||
{{#action}}<h4><a href="{{action}}">{{text}}</a></h4>{{/action}}
|
||||
{{^action}}<h4>{{text}}</h4>{{/action}}
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<ul class="list-unstyled">
|
||||
|
Loading…
x
Reference in New Issue
Block a user