Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 484: Line 484:
 
                             }
 
                             }
 
                             if (dct.usedByDmo.toLowerCase() === 'yes') {
 
                             if (dct.usedByDmo.toLowerCase() === 'yes') {
                                 out += '<br><small><span class="badge badge-info">Used by DMOs</span></small>';
+
                                 out += '<small><span class="badge badge-info">Used by DMOs</span></small>';
 
                             }
 
                             }
 
                             if (dct.usedByDmo.toLowerCase() === 'yes with use case') {
 
                             if (dct.usedByDmo.toLowerCase() === 'yes with use case') {
                                 out += '<br><small><span class="badge badge-info">Used by DMOs</span></small>';
+
                                 out += '<small><span class="badge badge-info">Used by DMOs</span></small>';
 
                                 out += ' <small><span class="badge badge-success">Use case</span></small>'
 
                                 out += ' <small><span class="badge badge-success">Use case</span></small>'
 
                             }
 
                             }

Revision as of 12:36, 13 September 2022

Development verstion of the DCT List.
Not ready for production!