File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
src/unfold/contrib/constance/templates/admin/constance/includes Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1616 < tr class ="border-t border-base-200 dark:border-base-800 *:font-semibold *:px-3 *:py-2 *:text-left *:text-font-important-light dark:*:text-font-important-dark " {% if fieldset.collapse %}x-show ="rowsOpen "{% endif %} >
1717 < th > {% trans "Name" %}</ th >
1818 < th > {% trans "Value" %}</ th >
19- < th > {% trans "Code" %}</ th >
2019 < th > {% trans "Default" %}</ th >
20+ < th > {% trans "Code" %}</ th >
2121 < th > {% trans "Modified" %}</ th >
2222 < th > </ th >
2323 </ tr >
3434 {% include "unfold/helpers/form_errors.html" with errors=item.form_field.errors %}
3535 </ td >
3636
37-
38- < td >
39- < a class ="item-name item-anchor " href ="#{{ item.name|slugify }} " tabindex ="-1 " id ="{{ item.name|slugify }} " title ="Link to this setting ">
40- {% include "unfold/helpers/label.html" with text=item.name type="info" %}
41- </ a >
42- </ td >
43-
4437 < td >
4538 {% if item.default %}
4639 {% include "unfold/helpers/label.html" with text=item.default %}
4942 {% endif %}
5043 </ td >
5144
45+ < td >
46+ < a class ="item-name item-anchor " href ="#{{ item.name|slugify }} " tabindex ="-1 " id ="{{ item.name|slugify }} " title ="Link to this setting ">
47+ {% include "unfold/helpers/label.html" with text=item.name type="info" %}
48+ </ a >
49+ </ td >
50+
5251 < td >
5352 {% include "unfold/helpers/boolean.html" with value=item.modified %}
5453 </ td >
You can’t perform that action at this time.
0 commit comments