From 220c6197b659a899e22a05ebad9c9f69594541ba Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 17 Nov 2016 13:53:57 -0500 Subject: [PATCH] add more buttons to latest --- dashboard-ui/scripts/sections.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index fb2faa8279..fdf1d45c63 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -274,7 +274,12 @@ var scrollX = enableScrollX(); if (items.length) { - html += '

' + Globalize.translate('LatestFromLibrary', parent.Name) + '

'; + + html += '
'; + html += '

' + Globalize.translate('LatestFromLibrary', parent.Name) + '

'; + html += ''; + html += '
'; + if (scrollX) { html += '
'; } else {