File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
templater/app/templater/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
<p ><small >{{ template.created_at }}</small ></p >
23
23
24
24
<div class =" template-card-actions" >
25
- <button class =" btn btn-edit" onclick =" editTemplate({{ template.id }})" >Редактировать</button >
26
- <button class =" btn btn-delete" onclick =" deleteTemplate({{ template.id }})" >Удалить</button >
27
- <button class =" btn btn-export" onclick =" exportTemplate({{ template.id }})" >Export</button >
28
- <button class =" btn btn-input-data" onclick =" inputData({{ template.id }})" >Ввести данные</button >
25
+ <button class =" btn btn-edit" onclick =" editTemplate(' {{ template.id }}' )" >Редактировать</button >
26
+ <button class =" btn btn-delete" onclick =" deleteTemplate(' {{ template.id }}' )" >Удалить</button >
27
+ <button class =" btn btn-export" onclick =" exportTemplate(' {{ template.id }}' )" >Export</button >
28
+ <button class =" btn btn-input-data" onclick =" inputData(' {{ template.id }}' )" >Ввести данные</button >
29
29
</div >
30
30
</div >
31
31
{% endfor %}
You can’t perform that action at this time.
0 commit comments