oef/templates/layout/update_button.html.tpl

7 lines
217 B
Smarty
Raw Permalink Normal View History

2019-11-04 15:00:46 +01:00
{{define "update_button"}}
<a href="{{.modelPath}}" class="btn btn-primary">
<span class="fa fa-edit" aria-hidden="true"></span>
2019-12-19 07:38:10 +01:00
{{if .updateButtonTitle}}{{.updateButtonTitle}}{{else}}Modifica{{end}}
2019-11-04 15:00:46 +01:00
</a>
{{end}}