fix open '_blank' issue on metro menu

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/cc212dd3
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/cc212dd3
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/cc212dd3

Branch: refs/heads/master
Commit: cc212dd3b9f5a56ba5466c0dac1c34a71d125c11
Parents: d7c556e
Author: Dakshika Jayathilaka <[email protected]>
Authored: Tue Nov 11 11:08:25 2014 +0530
Committer: lasinducharith <[email protected]>
Committed: Tue Nov 11 16:58:19 2014 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/partials/metro_menu.hbs                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/cc212dd3/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs
 
b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs
index 945e0b9..b93fd40 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/metro_menu.hbs
@@ -10,7 +10,7 @@
                         {{link}}
                      {{else}}
                         {{url ""}}/{{link}}
-            {{/if}}" {{#if linkexternal}}target="blank"{{/if}} class="block">
+            {{/if}}" {{#if linkexternal}} target="_blank"{{/if}} class="block">
                 <div class="col-md-4  content-menu-block border-right" >
                     <div class="content-menu-icon">
                         <i class="fa {{icon}} block"></i>

Reply via email to