oef/templates/layout/update_button.html.tpl
2019-11-04 15:00:46 +01:00

6 lines
155 B
Smarty

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