commit/galaxy-central: jgoecks: Exporting workflows: (a) remove spurious header and (b) add option to create workflow image. (b) inspired by Björn Grüning
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0e064a23864c/ changeset: 0e064a23864c user: jgoecks date: 2013-01-21 15:02:56 summary: Exporting workflows: (a) remove spurious header and (b) add option to create workflow image. (b) inspired by Björn Grüning affected #: 1 file diff -r bb3a803c207d4e1f305982bf97bcb9019810bd83 -r 0e064a23864c846483b35f893cf0a769dedf24f1 templates/workflow/export.mako --- a/templates/workflow/export.mako +++ b/templates/workflow/export.mako @@ -25,7 +25,6 @@ <h3>Export to myExperiment</h3><div class="toolForm"> - <div class="toolFormTitle">Export</div><form action="${h.url_for( action='export_to_myexp', id=trans.security.encode_id( item.id ) )}" method="POST"><div class="form-row"> @@ -46,6 +45,13 @@ <%def name="render_more(item)"> ## Add form to export to myExperiment. ${self.render_export_to_myexp(item)} + + ## Add link to render as SVG image. + <h3>Create Image</h3> + + <a href="${h.url_for( action='gen_image', id=trans.security.encode_id( item.id ) )}"> + Create image of ${get_class_display_name( item.__class__ ).lower()} in SVG format + </a></%def><%def name="center_panel()"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket