Proyectos de Subversion Moodle

Rev

Rev 455 | Rev 458 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 455 Rev 456
Línea 88... Línea 88...
88
 
88
 
89
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
89
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
90
            <header id="post-header-{{id}}-{{uniqid}}" class="forum-post-header d-flex align-items-center">
90
            <header id="post-header-{{id}}-{{uniqid}}" class="forum-post-header d-flex align-items-center">
91
                {{^isdeleted}}
91
                {{^isdeleted}}
92
                    {{#author}}
92
                    {{#author}}
93
                        <div class="mb-0 mr-3" style="width: 60px;">
93
                        <div class="" style="width: 40px;">
94
                            {{#urls.profileimage}}
94
                            {{#urls.profileimage}}
95
                                <img
95
                                <img
96
                                    class="rounded w-100"
96
                                    class="rounded w-100"
97
                                    src="{{{.}}}"
97
                                    src="{{{.}}}"
Línea 102... Línea 102...
102
                            {{/urls.profileimage}}
102
                            {{/urls.profileimage}}
103
                        </div>
103
                        </div>
104
                    {{/author}}
104
                    {{/author}}
105
                {{/isdeleted}}
105
                {{/isdeleted}}
Línea 106... Línea 106...
106
 
106
 
107
                <div class="d-flex align-items-baseline" style="gap: 6px;">
107
                <div class="d-flex align-items-center" style="gap: 6px;">
108
                    {{#parentauthorname}}
108
                    {{#parentauthorname}}
109
                        <span class="sr-only">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
109
                        <span class="sr-only">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
110
                    {{/parentauthorname}}
110
                    {{/parentauthorname}}
111
                    {{$subjectheading}}
111
                    {{$subjectheading}}