Línea 208... |
Línea 208... |
208 |
<div class="py-3 pl-0">
|
208 |
<div class="py-3 pl-0">
|
209 |
<div class="d-flex">
|
209 |
<div class="d-flex">
|
210 |
{{#discussion.pinned}}
|
210 |
{{#discussion.pinned}}
|
211 |
{{#pix}}i/pinned, mod_forum, {{#str}}discussionpinned, mod_forum{{/str}}{{/pix}}
|
211 |
{{#pix}}i/pinned, mod_forum, {{#str}}discussionpinned, mod_forum{{/str}}{{/pix}}
|
212 |
{{/discussion.pinned}}
|
212 |
{{/discussion.pinned}}
|
213 |
<a class="w-100 h-100 d-block" href="{{discussion.urls.view}}" title="{{discussion.name}}" aria-label="{{discussion.name}}">
|
213 |
<a class="w-100 h-100 d-block h5 mb-0" href="{{discussion.urls.view}}" title="{{discussion.name}}" aria-label="{{discussion.name}}">
|
214 |
{{#shortentext}}100, {{{discussion.name}}}{{/shortentext}}
|
214 |
{{#shortentext}}100, {{{discussion.name}}}{{/shortentext}}
|
215 |
</a>
|
215 |
</a>
|
216 |
</div>
|
216 |
</div>
|
217 |
<div>
|
217 |
<div>
|
218 |
<span class="badge badge-danger rounded" data-region="locked-label" {{^discussion.locked}}hidden{{/discussion.locked}}>
|
218 |
<span class="badge badge-danger rounded" data-region="locked-label" {{^discussion.locked}}hidden{{/discussion.locked}}>
|
Línea 250... |
Línea 250... |
250 |
{{/discussion.group}}
|
250 |
{{/discussion.group}}
|
251 |
</td>
|
251 |
</td>
|
252 |
{{/forum.state.groupmode}}
|
252 |
{{/forum.state.groupmode}}
|
253 |
<td class="author align-middle fit-content limit-width px-3">
|
253 |
<td class="author align-middle fit-content limit-width px-3">
|
254 |
{{#firstpostauthor}}
|
254 |
{{#firstpostauthor}}
|
255 |
<div class="d-flex">
|
255 |
<div class="d-flex align-items-center">
|
256 |
<div class="align-middle p-0">
|
256 |
<div class="align-middle p-0">
|
257 |
<img class="rounded-circle userpicture" src="{{urls.profileimage}}"
|
257 |
<img class="rounded-circle userpicture" src="{{urls.profileimage}}"
|
258 |
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
|
258 |
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
|
259 |
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" >
|
259 |
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" >
|
260 |
</div>
|
260 |
</div>
|
Línea 272... |
Línea 272... |
272 |
{{/firstpostauthor}}
|
272 |
{{/firstpostauthor}}
|
273 |
</td>
|
273 |
</td>
|
274 |
<td class="text-left align-middle fit-content limit-width px-3">
|
274 |
<td class="text-left align-middle fit-content limit-width px-3">
|
275 |
{{! TODO Check q&a, eachuser }}
|
275 |
{{! TODO Check q&a, eachuser }}
|
276 |
{{#latestpostauthor}}
|
276 |
{{#latestpostauthor}}
|
277 |
<div class="d-flex">
|
277 |
<div class="d-flex align-items-center">
|
278 |
<div class="align-middle p-0">
|
278 |
<div class="align-middle p-0">
|
279 |
<img class="rounded-circle userpicture" src="{{urls.profileimage}}"
|
279 |
<img class="rounded-circle userpicture" src="{{urls.profileimage}}"
|
280 |
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
|
280 |
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
|
281 |
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" >
|
281 |
title="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" >
|
282 |
</div>
|
282 |
</div>
|