From adb92e1708b8e20f1b4ad111c048289db19b1759 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 3 May 2019 12:37:06 -0400 Subject: [PATCH] add target="_blank" to match all other links on page (#3154) * add target="_blank" to match all other links on page * adds target="_blank" to ensure link opens in new tab * adds target="_blank" to ensure link opens in new tab * attempting to fix travis error * resolve prettier errors hopefully * Update ha-automation-picker.js * Update ha-automation-picker.js * Lint * Lint --- .../config/automation/ha-automation-picker.js | 5 ++++- src/panels/config/js/automation.js | 15 ++++++++++++--- src/panels/dev-info/ha-panel-dev-info.ts | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/panels/config/automation/ha-automation-picker.js b/src/panels/config/automation/ha-automation-picker.js index 9d0ecbc92a..4ae79560cc 100644 --- a/src/panels/config/automation/ha-automation-picker.js +++ b/src/panels/config/automation/ha-automation-picker.js @@ -82,7 +82,10 @@ class HaAutomationPicker extends LocalizeMixin(NavigateMixin(PolymerElement)) {
[[localize('ui.panel.config.automation.picker.introduction')]]

- + [[localize('ui.panel.config.automation.picker.learn_more')]]

diff --git a/src/panels/config/js/automation.js b/src/panels/config/js/automation.js index 4f90040444..b0241d4fa4 100644 --- a/src/panels/config/js/automation.js +++ b/src/panels/config/js/automation.js @@ -72,7 +72,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.triggers.introduction" )}

- + {localize( "ui.panel.config.automation.editor.triggers.learn_more" )} @@ -96,7 +99,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.conditions.introduction" )}

-
+ {localize( "ui.panel.config.automation.editor.conditions.learn_more" )} @@ -120,7 +126,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.actions.introduction" )}

-
+ {localize("ui.panel.config.automation.editor.actions.learn_more")} diff --git a/src/panels/dev-info/ha-panel-dev-info.ts b/src/panels/dev-info/ha-panel-dev-info.ts index 798b72d93b..54348807f1 100644 --- a/src/panels/dev-info/ha-panel-dev-info.ts +++ b/src/panels/dev-info/ha-panel-dev-info.ts @@ -64,7 +64,7 @@ class HaPanelDevInfo extends LitElement {

-
Home Assistant