[hg] galaxy 3180: Bug fix for page annotation.
details: http://www.bx.psu.edu/hg/galaxy/rev/362126943cd7 changeset: 3180:362126943cd7 user: jeremy goecks <jeremy.goecks at emory.edu> date: Tue Dec 15 15:58:24 2009 -0500 description: Bug fix for page annotation. diffstat: templates/page/history_annotation_table.mako | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r bf01713ce302 -r 362126943cd7 templates/page/history_annotation_table.mako --- a/templates/page/history_annotation_table.mako Mon Dec 14 22:12:03 2009 -0500 +++ b/templates/page/history_annotation_table.mako Tue Dec 15 15:58:24 2009 -0500 @@ -15,7 +15,7 @@ </div> %endif %if trans.get_user() is not None: - Tags: ${render_tagging_element_html( tagged_item=history, editable=False, use_toggle_link=False )} + Tags: ${render_tagging_element_html( tags=history.tags, editable=False, use_toggle_link=False )} %endif </th> </tr>
participants (1)
-
Greg Von Kuster