0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🎨 fix download count position on setup/one (#801)

no issue
- default component tag of `<div>` forced the download count to appear
on it's own line, setting `tagName: ''` returns the desired inline
behaviour
This commit is contained in:
Kevin Ansfield 2017-07-26 13:03:09 +04:00 committed by Aileen Nowak
parent cd97421cf6
commit 19174c3b1a

View file

@ -10,6 +10,7 @@ export default Component.extend({
ajax: injectService(),
ghostPaths: injectService(),
tagName: '',
count: '',
_poll: task(function* () {