From 47cb325821e91f6d605eee25f3fd0d8a25303912 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 14 Aug 2017 11:57:47 +0800 Subject: [PATCH] MDL-59685 users: Enrolment info link missing href Href is required so that CSS can style these as clickable links (hand icon). I also used comments to collapse the whitespace before and after the icons. --- user/templates/status_field.mustache | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/user/templates/status_field.mustache b/user/templates/status_field.mustache index 57fcf8c9101..04cbf112dc3 100644 --- a/user/templates/status_field.mustache +++ b/user/templates/status_field.mustache @@ -60,12 +60,12 @@
{{status}} - - {{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}} - + {{! + }}{{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}}{{! + }} {{#enrolactions}} - - {{{icon}}} - + {{! + }}{{{icon}}}{{! + }} {{/enrolactions}}