From 3638f2755e78eef3344306097980c0da83fbdb6f Mon Sep 17 00:00:00 2001 From: Marcelo Mira Date: Thu, 2 Feb 2017 03:46:15 -0300 Subject: [PATCH] Marcemira action labels (#3) * Add action label This enables text for an action, a side of the icon * Enable action label This enables text for an action, a side of the icon --- app/templates/components/em-wysiwyg-action-link.hbs | 3 ++- app/templates/components/em-wysiwyg-action.hbs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/components/em-wysiwyg-action-link.hbs b/app/templates/components/em-wysiwyg-action-link.hbs index 7b0f47b..9442bf7 100644 --- a/app/templates/components/em-wysiwyg-action-link.hbs +++ b/app/templates/components/em-wysiwyg-action-link.hbs @@ -1,3 +1,4 @@ {{#if icon}} -{{/if}} \ No newline at end of file + {{text}} +{{/if}} diff --git a/app/templates/components/em-wysiwyg-action.hbs b/app/templates/components/em-wysiwyg-action.hbs index 7b0f47b..9442bf7 100644 --- a/app/templates/components/em-wysiwyg-action.hbs +++ b/app/templates/components/em-wysiwyg-action.hbs @@ -1,3 +1,4 @@ {{#if icon}} -{{/if}} \ No newline at end of file + {{text}} +{{/if}}