MDL-65519 forum: remove profile link from started by column
authorRyan Wyllie <ryan@moodle.com>
Wed, 8 May 2019 01:32:22 +0000 (09:32 +0800)
committerRyan Wyllie <ryan@moodle.com>
Wed, 8 May 2019 01:37:01 +0000 (09:37 +0800)
mod/forum/templates/discussion_list.mustache

index ebd32e4..4828627 100644 (file)
                             </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}}