commit/galaxy-central: greg: Alllow non-admin users to see metadata revisions when viewing a repository changelog in the tool shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7a0c93ca036b/ changeset: 7a0c93ca036b user: greg date: 2012-10-23 19:38:34 summary: Alllow non-admin users to see metadata revisions when viewing a repository changelog in the tool shed. affected #: 1 file diff -r 26017976e4e9d5de317e0b1ef29423effdbe5e24 -r 7a0c93ca036bcd7a8ed33ed15dec95205974f46e templates/webapps/community/repository/view_changelog.mako --- a/templates/webapps/community/repository/view_changelog.mako +++ b/templates/webapps/community/repository/view_changelog.mako @@ -114,14 +114,14 @@ has_metadata_str = '<table border="0"><tr><td bgcolor="#D8D8D8">Repository metadata is associated with this change set.</td></tr></table>' else: has_metadata_str = '' + display_date = changeset[ 'display_date' ] %> - <% display_date = changeset[ 'display_date' ] %> %if test_date != display_date: <tr colspan="2"><td bgcolor="#D8D8D8">${display_date}</td></tr> %endif <tr><td> - %if is_admin and has_metadata_str: + %if has_metadata_str: <div class="form-row"> ${has_metadata_str} </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.
participants (1)
-
Bitbucket