From 19174c3b1ae34c85785f7948fa202274ee6a01f4 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 26 Jul 2017 13:03:09 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20download=20count=20positio?= =?UTF-8?q?n=20on=20setup/one=20(#801)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - default component tag of `
` forced the download count to appear on it's own line, setting `tagName: ''` returns the desired inline behaviour --- ghost/admin/app/components/gh-download-count.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/components/gh-download-count.js b/ghost/admin/app/components/gh-download-count.js index 934d4d856e..7fa6fd24a4 100644 --- a/ghost/admin/app/components/gh-download-count.js +++ b/ghost/admin/app/components/gh-download-count.js @@ -10,6 +10,7 @@ export default Component.extend({ ajax: injectService(), ghostPaths: injectService(), + tagName: '', count: '', _poll: task(function* () {