File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute-resource Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 6565
6666 <div class =" d-flex" >
6767 <div class =" selection pr-50" >
68- <div >Provide guidance for the learner at the end of this assessment.</div >
69- <EditSaveFieldWithCharacterCount
70- v-model =" assessmentDetails.endGuidance.blocks[0].title"
71- addEditLabel =" title"
72- v-bind:characterLimit =" 60"
73- v-bind:isH3 =" true" />
74- <ckeditorwithhint v-on:blur =" setEndGuidance"
68+ <div >Provide guidance for the learner at the end of this assessment. <i class =" warningTriangle fas fa-exclamation-triangle warm-yellow" ></i ></div >
69+ <EditSaveFieldWithCharacterCount v-model =" assessmentDetails.endGuidance.blocks[0].title"
70+ addEditLabel =" title"
71+ v-bind:characterLimit =" 60"
72+ v-bind:isH3 =" true" />
73+ <ckeditorwithhint v-on:blur =" setEndGuidance"
7574 v-on:inputValidity =" setGuidanceValidity"
76- :maxLength =" 1000"
75+ :maxLength =" 1000"
7776 :initialValue =" endGuidance" />
7877 </div >
7978 <div class =" tip" >
You can’t perform that action at this time.
0 commit comments