1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c74989f7cafe/ Changeset: c74989f7cafe User: dan Date: 2014-05-13 18:35:35 Summary: When viewing tool data table registry in admin interface, provide link to manage data table interface for each tool data table. Affected #: 1 file diff -r a4bdf116d532cf18560ed2a4f1b94e84d7d9cc8b -r c74989f7cafe0605af12af8dc2303689fa674bde templates/admin/view_data_tables_registry.mako --- a/templates/admin/view_data_tables_registry.mako +++ b/templates/admin/view_data_tables_registry.mako @@ -26,7 +26,7 @@ %else: <tr class="tr"> %endif - <td>${data_table.name}</td> + <td><a href="${ h.url_for( controller="data_manager", action="manage_data_table", table_name=data_table.name ) }">${data_table.name}</a></td> %for i, ( filename, file_dict ) in enumerate( data_table.filenames.iteritems() ): %if i > 0: <tr><td></td> 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.