[galaxy-commits] commit/galaxy-central: dan: Fix for 2 comments in templates/dataset/security_common.mako.
Bitbucket
commits-noreply at bitbucket.org
Tue Aug 2 12:16:28 EDT 2011
1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/f60dfcc77165/
changeset: f60dfcc77165
user: dan
date: 2011-08-02 18:16:22
summary: Fix for 2 comments in templates/dataset/security_common.mako.
affected #: 1 file (2 bytes)
--- a/templates/dataset/security_common.mako Tue Aug 02 08:55:57 2011 -0400
+++ b/templates/dataset/security_common.mako Tue Aug 02 12:16:22 2011 -0400
@@ -109,8 +109,8 @@
%for k, v in permitted_actions:
%if k not in do_not_render:
<div class="form-row">
- # LIBRARY_ACCESS is a special case because we need to render all roles instead of
- # roles derived from the roles associated with LIBRARY_ACCESS.
+ ## LIBRARY_ACCESS is a special case because we need to render all roles instead of
+ ## roles derived from the roles associated with LIBRARY_ACCESS.
<% render_all_roles = k == 'LIBRARY_ACCESS' %>
%if render_all_roles:
${render_select( current_actions, k, v, all_roles )}
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.
More information about the galaxy-commits
mailing list