oef/templates/layout/update_button.html.tpl
2019-12-19 07:38:10 +01:00

6 lines
217 B
Smarty

{{define "update_button"}}
<a href="{{.modelPath}}" class="btn btn-primary">
<span class="fa fa-edit" aria-hidden="true"></span>
{{if .updateButtonTitle}}{{.updateButtonTitle}}{{else}}Modifica{{end}}
</a>
{{end}}