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

Side by Side Diff: appengine/monorail/templates/sitewide/usergrouptabs.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 [# Display a row of tabs for servlets with URLs starting with /u/username.
2
3 Args:
4 arg0: String like "t1", "t2", "t3" to identify the currently active tab.
5 ]
6
7 <div class="[admin_tab_mode]">
8 <div class="at isf">
9 <span class="inst1"><a href="/g/[groupid]/">People</a></span>
10 [if-any offer_membership_editing]
11 <span class="inst2"><a href="/g/[groupid]/groupadmin">Ad minister</a></span>
12 [end]
13 </div>
14 </div>
15
OLDNEW
« no previous file with comments | « appengine/monorail/templates/sitewide/user-updates-page.ezt ('k') | appengine/monorail/templates/sitewide/usertabs.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698