Commit 7d38eb9a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Agrega plantilla para descargas asignadas

parent 3af99f74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'

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>