Repository: ignite Updated Branches: refs/heads/master da782958a -> 061ec6aef
IGNITE-7208 Fixed pug template. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/061ec6ae Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/061ec6ae Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/061ec6ae Branch: refs/heads/master Commit: 061ec6aef7ecc60ac57fa2295b5687560be1c29b Parents: da78295 Author: Alexey Kuznetsov <[email protected]> Authored: Fri Dec 15 10:19:22 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Fri Dec 15 10:19:22 2017 +0700 ---------------------------------------------------------------------- .../frontend/app/components/page-queries/template.tpl.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/061ec6ae/modules/web-console/frontend/app/components/page-queries/template.tpl.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-queries/template.tpl.pug b/modules/web-console/frontend/app/components/page-queries/template.tpl.pug index 1574874..4419d5c 100644 --- a/modules/web-console/frontend/app/components/page-queries/template.tpl.pug +++ b/modules/web-console/frontend/app/components/page-queries/template.tpl.pug @@ -369,7 +369,7 @@ mixin paragraph-query ignite-information( data-title='With query notebook you can' style='margin-bottom: 30px' - ng-init=`example = '${example}'` + ng-init=`example = "${example}"` ) ul li Create any number of queries
