commit/galaxy-central: dan: When viewing a repository, make list of categories clickable and include description.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/09de83748e24/ Changeset: 09de83748e24 User: dan Date: 2014-07-31 16:55:49 Summary: When viewing a repository, make list of categories clickable and include description. Affected #: 1 file diff -r 15cfed4fb8186252436e64ee671b80e1c31a918b -r 09de83748e247d5c10c9d0e28833a8200606e46c templates/webapps/tool_shed/repository/view_repository.mako --- a/templates/webapps/tool_shed/repository/view_repository.mako +++ b/templates/webapps/tool_shed/repository/view_repository.mako @@ -171,7 +171,7 @@ <div class="toolFormBody"> %for rca in repository.categories: <div class="form-row"> - ${rca.category.name | h} + <a href="${h.url_for( controller='repository', action='browse_repositories_in_category', id=trans.security.encode_id( rca.category.id ) )}">${rca.category.name | h}</a> - ${rca.category.description | h} </div> %endfor <div style="clear: both"></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)
-
commits-noreply@bitbucket.org