From c48947bb32a87dbdf40f8aca42d5cf3907f820ec Mon Sep 17 00:00:00 2001
From: florenttorregrosa <florenttorregrosa@2388214.no-reply.drupal.org>
Date: Thu, 25 May 2017 11:37:30 +0200
Subject: [PATCH] Issue #2881368 by Grimreaper: Remove actions_links from
 page.html.twig

---
 templates/system/page.html.twig | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/templates/system/page.html.twig b/templates/system/page.html.twig
index b1fa624..70f8c1d 100644
--- a/templates/system/page.html.twig
+++ b/templates/system/page.html.twig
@@ -29,8 +29,6 @@
  * - messages: Status and error messages. Should be displayed prominently.
  * - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the
  *   view and edit tabs when displaying a node).
- * - action_links: Actions local to the page, such as "Add menu" on the menu
- *   administration interface.
  * - node: Fully loaded node, if there is an automatically-loaded node
  *   associated with the page and the node ID is the second argument in the
  *   page's path (e.g. node/12345 and node/12345/revisions, but not
@@ -135,13 +133,6 @@
           {% endblock %}
         {% endif %}
 
-        {# Action Links #}
-        {% if action_links %}
-          {% block action_links %}
-            <ul class="action-links">{{ action_links }}</ul>
-          {% endblock %}
-        {% endif %}
-
         {# Help #}
         {% if page.help %}
           {% block help %}
-- 
2.1.4

