Skip to content

Commit 5b0dde4

Browse files
authored
chore: actions list order (#1083)
1 parent 6316427 commit 5b0dde4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{% if actions_list or actions_detail or actions_items or nav_global %}
22
<ul class="flex flex-col font-medium mb-4 ml-auto mt-2 shadow-sm md:flex-row md:mb-2 md:mt-0 max-md:w-full">
3-
{% for action in actions_list %}
4-
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
5-
{% endfor %}
6-
7-
{% for action in actions_detail %}
8-
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
9-
{% endfor %}
10-
113
{% if actions_items %}
124
{{ actions_items }}
135
{% endif %}
146

157
{% if nav_global %}
168
{{ nav_global }}
179
{% endif %}
10+
11+
{% for action in actions_list %}
12+
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
13+
{% endfor %}
14+
15+
{% for action in actions_detail %}
16+
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
17+
{% endfor %}
1818
</ul>
1919
{% endif %}

0 commit comments

Comments
 (0)