Add ability to view details (i.e. all fields) of a batch row.
This commit is contained in:
parent
be41d0bb1e
commit
8285993fa6
4 changed files with 82 additions and 12 deletions
10
tailbone/templates/batch/row.view.mako
Normal file
10
tailbone/templates/batch/row.view.mako
Normal file
|
@ -0,0 +1,10 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/crud.mako" />
|
||||
|
||||
<%def name="title()">${batch_display} Row</%def>
|
||||
|
||||
<%def name="context_menu_items()">
|
||||
<li>${h.link_to("Back to {0}".format(batch_display), url('{0}.view'.format(route_prefix), uuid=row.batch_uuid))}</li>
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue