MDL-65519 forum: remove profile link from started by column

This commit is contained in:
Ryan Wyllie 2019-05-08 09:32:22 +08:00
parent a411b499b9
commit c27e8d5010

View File

@ -142,22 +142,18 @@
</td>
<td scope="col" class="author align-middle">
{{#firstpostauthor}}
<a href="{{urls.profile}}">
<div class="d-flex flex-row">
<div class="align-middle p-0">
<a href="{{urls.profile}}">
<img {{!
}} class="h-auto rounded-circle userpicture" {{!
}} src="{{urls.profileimage}}" {{!
}} alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}" {{!
}}>
</a>
</div>
<div class="align-middle p-2">
<a href="{{urls.profile}}">{{fullname}}</a>
</div>
<div class="d-flex flex-row">
<div class="align-middle p-0">
<img
class="h-auto rounded-circle userpicture"
src="{{urls.profileimage}}"
alt="{{#str}}pictureof, moodle, {{fullname}}{{/str}}"
>
</div>
</a>
<div class="align-middle p-2">
{{fullname}}
</div>
</div>
{{/firstpostauthor}}
</td>
{{#forum.state.groupmode}}