1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/eb4bcac2c60a/ changeset: eb4bcac2c60a user: jgoecks date: 2011-06-16 22:46:30 summary: Put 'import' link for published/accessible items in header; this is cleaner than its previous location in the center panel. affected #: 1 file (8 bytes) --- a/templates/display_base.mako Thu Jun 16 14:55:21 2011 -0400 +++ b/templates/display_base.mako Thu Jun 16 16:46:30 2011 -0400 @@ -204,15 +204,16 @@ Private ${get_class_display_name( item.__class__ )} %endif | ${get_item_name( item )} + + <div style="float: right"> + ${self.render_item_links( item )} + </div></div></div><div class="unified-panel-body"><div style="overflow: auto; height: 100%;"><div class="page-body"> - <div style="float: right"> - ${self.render_item_links( item )} - </div><div> ${self.render_item_header( item )} </div> 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.