SAAS-1210 - Fix broken link

This commit is contained in:
Duncan Sommerville 2015-11-16 15:48:30 -05:00
parent dc5e81ee9b
commit 6d9859c025
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ var AIRTIME = (function (AIRTIME) {
iconClass: "icon-white icon-th-list",
html: $.i18n._("You haven't published any episodes!")
+ "<br/>" + $.i18n._("You can publish your uploaded content from the 'Tracks' view.")
+ "<br/><a target='_parent' href='showbuilder#tracks'>" + $.i18n._("Try it now") + "</a>"
+ "<br/><a target='_parent' href='/showbuilder#tracks'>" + $.i18n._("Try it now") + "</a>"
}
}
);