From d1fa2e6090d4886414add029506c2a7a663c8328 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 6 Jan 2021 13:56:01 -0800 Subject: [PATCH] Fix template references Seems less risky to fix this rather than revert, given a revert will just mean more risk when we do it again, especially if the codebase changes again and future manual rebases fail. Bug: T271364 Change-Id: I7f63d6f07b6b715a9f31c83d572814da33ff2796 --- includes/templates/Navigation.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/templates/Navigation.mustache b/includes/templates/Navigation.mustache index 8c8f27f..a7e6d8e 100644 --- a/includes/templates/Navigation.mustache +++ b/includes/templates/Navigation.mustache @@ -8,8 +8,8 @@ {{#data-variants}}{{>Menu}}{{/data-variants}}
- {{#data-page-actions}}{{>Menu}}{{/data-page-actions}} - {{#data-page-actions-more}}{{>Menu}}{{/data-page-actions-more}} + {{#data-views}}{{>Menu}}{{/data-views}} + {{#data-actions}}{{>Menu}}{{/data-actions}}
{{/data-portlets}}