Loading grunt/config/handlebars.js +1 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,7 @@ module.exports = function(grunt) { , 'dist/ThematicTypeSet.js': 'src/ThematicType/Set.hbs' , 'dist/ProtocolsSet.js': 'src/Protocols/Set.hbs' , 'dist/DownloadsSet.js': 'src/Downloads/Set.hbs' , 'dist/WhatIsRedmicLongTermChallenge.js': 'src/WhatIsRedmic/LongTermChallenge.hbs' , 'dist/WhatIsRedmicInfoType.js': 'src/WhatIsRedmic/InfoType.hbs' Loading src/Downloads/Set.hbs 0 → 100644 +10 −0 Original line number Diff line number Diff line <span class='spanTemplate'> <span> {{data.name}} </span> {{#if data.url}} <span class='subtitle'> {{data.url}} </span> {{/if}} </span> Loading
grunt/config/handlebars.js +1 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,7 @@ module.exports = function(grunt) { , 'dist/ThematicTypeSet.js': 'src/ThematicType/Set.hbs' , 'dist/ProtocolsSet.js': 'src/Protocols/Set.hbs' , 'dist/DownloadsSet.js': 'src/Downloads/Set.hbs' , 'dist/WhatIsRedmicLongTermChallenge.js': 'src/WhatIsRedmic/LongTermChallenge.hbs' , 'dist/WhatIsRedmicInfoType.js': 'src/WhatIsRedmic/InfoType.hbs' Loading
src/Downloads/Set.hbs 0 → 100644 +10 −0 Original line number Diff line number Diff line <span class='spanTemplate'> <span> {{data.name}} </span> {{#if data.url}} <span class='subtitle'> {{data.url}} </span> {{/if}} </span>