Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Side by Side Diff: appengine/monorail/templates/project/untrusted-user-groups-part.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [if-any perms.EditProject]
2 <div class="help" style="background: #ddf8cc;">
3 <b>Important:</b> Users could be given indirect
4 roles in this project without your knowledge.
5 The following user groups either have group managers
6 who are not project owners in this project, or they allow anyone to
7 join the group:
8 <ul style="list-style-type: none">
9 [for untrusted_user_groups]
10 <li>[untrusted_user_groups.email]</li> [# TODO(jrobbins): hyperlink]
11 [end]
12 </ul>
13 </div>
14 [end]
OLDNEW
« no previous file with comments | « appengine/monorail/templates/project/quota-bar.ezt ('k') | appengine/monorail/templates/sitewide/403-page.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698