Loading grunt/config/handlebars.js +0 −1 Original line number Diff line number Diff line Loading @@ -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' Loading src/Misidentification/List.hbsdeleted 100644 → 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 Loading
grunt/config/handlebars.js +0 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
src/Misidentification/List.hbsdeleted 100644 → 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