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 16
16
< 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 %} >
17
17
< th > {% trans "Name" %}</ th >
18
18
< th > {% trans "Value" %}</ th >
19
- < th > {% trans "Code" %}</ th >
20
19
< th > {% trans "Default" %}</ th >
20
+ < th > {% trans "Code" %}</ th >
21
21
< th > {% trans "Modified" %}</ th >
22
22
< th > </ th >
23
23
</ tr >
34
34
{% include "unfold/helpers/form_errors.html" with errors=item.form_field.errors %}
35
35
</ td >
36
36
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
-
44
37
< td >
45
38
{% if item.default %}
46
39
{% include "unfold/helpers/label.html" with text=item.default %}
49
42
{% endif %}
50
43
</ td >
51
44
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
+
52
51
< td >
53
52
{% include "unfold/helpers/boolean.html" with value=item.modified %}
54
53
</ td >
You can’t perform that action at this time.
0 commit comments