Commit 41f2d530 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina plantilla en desuso

parent f6b94b40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ module.exports = function(grunt) {
				, 'dist/DomainList.js': 'src/Domain/List.hbs'
				, 'dist/CountryList.js': 'src/Country/List.hbs'
				, 'dist/SelectionList.js': 'src/Selection/List.hbs'
				, 'dist/MisidentificationList.js': 'src/Misidentification/List.hbs'

				, 'dist/StatisticsList.js': 'src/Statistics/List.hbs'
				, 'dist/NotificationList.js': 'src/Notification/List.hbs'

src/Misidentification/List.hbs

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
<span class='spanTemplate'>
	<span class='title'>
		<span class='name'>
			<span class='redIcon'>{{data.badIdentity.scientificName}}</span>
			<i class="fa fa-long-arrow-right"></i>
			<span class='greenIcon'>{{data.taxon.scientificName}}</span>
		</span>
	</span>
	<span class='subtitle'>
		{{ChkIsNull data.document.title}}
	</span>
</span>
 No newline at end of file