mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
MDL-65519 forum: remove profile link from started by column
This commit is contained in:
parent
a411b499b9
commit
c27e8d5010
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user