From 8841e43c254f515a731db5643eb880158f3c3eb5 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 24 Jun 2013 21:43:16 -0700 Subject: [PATCH] cleaned up template helpers --- .../inspectionProfiles/Project_Default.xml | 3 +- UI/.idea/scopes/NzbDrone.xml | 3 ++ UI/Calendar/UpcomingItemTemplate.html | 2 +- UI/Cells/FileSizeCell.js | 2 +- UI/Episode/Summary/ViewTemplate.html | 2 +- UI/Handlebars/Helpers/DateTime.js | 21 ++++----- UI/Handlebars/Helpers/Html.js | 10 ++++ UI/Handlebars/Helpers/Numbers.js | 10 ++++ .../backbone.marionette.templates.js | 9 ++-- UI/Handlebars/debug.js | 18 +++++++ UI/Series/Details/SeasonLayout.js | 3 +- UI/Series/Index/List/ItemTemplate.html | 2 +- UI/Series/Index/Posters/ItemTemplate.html | 2 +- .../Quality/Profile/QualityProfileView.js | 3 +- UI/Shared/FormatHelpers.js | 2 +- UI/Shared/TemplateHelpers.js | 47 ------------------- UI/app.js | 27 +++++------ 17 files changed, 78 insertions(+), 88 deletions(-) create mode 100644 UI/.idea/scopes/NzbDrone.xml create mode 100644 UI/Handlebars/Helpers/Html.js create mode 100644 UI/Handlebars/Helpers/Numbers.js create mode 100644 UI/Handlebars/debug.js delete mode 100644 UI/Shared/TemplateHelpers.js diff --git a/UI/.idea/inspectionProfiles/Project_Default.xml b/UI/.idea/inspectionProfiles/Project_Default.xml index cff2d2d6c..9d0540909 100644 --- a/UI/.idea/inspectionProfiles/Project_Default.xml +++ b/UI/.idea/inspectionProfiles/Project_Default.xml @@ -4,7 +4,7 @@