Skip to content
Snippets Groups Projects
Commit 81a6031d authored by Sebastian Castro's avatar Sebastian Castro
Browse files

categories: fix url if id > 1000

parent 7674e6c1
No related branches found
No related tags found
No related merge requests found
<a href="{{ url(form.vars.attr['data-route-id'], { 'id': form.vars.value|number_format }) }}" class="btn btn-default"><span class="fa fa-pencil-alt"></span></a>
\ No newline at end of file
<a href="{{ url(form.vars.attr['data-route-id'], { 'id': form.vars.value|number_format(0, '', '') }) }}" class="btn btn-default"><span class="fa fa-pencil-alt"></span></a>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment