From 377e5d28e955be06f5308232dec7feb309bc47ba Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 8 Sep 2013 21:24:40 -0700 Subject: [PATCH] Added season pass link to index --- UI/Series/Index/SeriesIndexLayout.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UI/Series/Index/SeriesIndexLayout.js b/UI/Series/Index/SeriesIndexLayout.js index dd44e3cb6..8b7a48c12 100644 --- a/UI/Series/Index/SeriesIndexLayout.js +++ b/UI/Series/Index/SeriesIndexLayout.js @@ -101,6 +101,11 @@ define( icon : 'icon-plus', route: 'addseries' }, + { + title : 'Season Pass', + icon : 'icon-bookmark', + route : 'seasonpass' + }, { title : 'RSS Sync', icon : 'icon-rss',