From 98412e59ff1bb9d05e20ee37ec71b1f4272c574a Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 30 Aug 2013 15:25:57 -0400 Subject: [PATCH] underscore templates updated --- airtime_mvc/public/js/airtime/playouthistory/template.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/playouthistory/template.js b/airtime_mvc/public/js/airtime/playouthistory/template.js index 6216cfc93..892a9c402 100644 --- a/airtime_mvc/public/js/airtime/playouthistory/template.js +++ b/airtime_mvc/public/js/airtime/playouthistory/template.js @@ -16,13 +16,14 @@ var AIRTIME = (function(AIRTIME) { var itemConfigured = "
  • " + "<%= name %>" + + "" + "
  • "; var item = "
  • " + "<%= name %>" + - "Set Default" + - "Remove" + + "" + + "Set Default" + "
  • "; var template = (configured) === true ? itemConfigured : item;