File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments