Verified Commit 6a46e489 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3538236 by grimreaper, smustgrave: Empty top bar actions dropdown

(cherry picked from commit 5a125053)
parent 0881e207
Loading
Loading
Loading
Loading
Loading
+20 −18
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
  } only %}
{% endfor %}

{% if page_actions %}
  {% include 'navigation:toolbar-button' with {
    icon: { icon_id: 'dots' },
    action: 'More actions'|t,
@@ -40,3 +41,4 @@
      {% endfor %}
    </ul>
  </div>
{% endif %}