Version 1
[yaffs-website] / web / core / themes / stable / templates / navigation / menu-local-action.html.twig
diff --git a/web/core/themes/stable/templates/navigation/menu-local-action.html.twig b/web/core/themes/stable/templates/navigation/menu-local-action.html.twig
new file mode 100644 (file)
index 0000000..2787283
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Theme override for a single local action link.
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the wrapper element.
+ * - link: A rendered link element.
+ *
+ * @see template_preprocess_menu_local_action()
+ */
+#}
+<li{{ attributes }}>{{ link }}</li>