blob: daf36317ddcd76406746997ca2220d1744add7d8 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[# 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="at isf [user_tab_mode]">
8 <span class="inst2">
9 <a href="[viewed_user.profile_url]">[if-any viewing_self]My Profile[else]User Profile[end]</a>
10 </span>
11
12 <span class="inst5">
Adrià Vilanova Martínez535e7312021-10-17 00:48:12 +020013 <a href="[viewed_user.profile_url]updates">History</a>
Copybara854996b2021-09-07 19:36:02 +000014 </span>
15
16 [if-any viewing_self]
17 <span class="inst3">
18 <a href="/hosting/settings">Settings</a>
19 </span>
20 [end]
21
22 [if-any offer_saved_queries_subtab]
23 <span class="inst4">
24 <a href="[viewed_user.profile_url]queries">Saved Queries</a>
25 </span>
26 [end]
27
28 <span class="inst6">
29 <a href="[viewed_user.profile_url]hotlists">Hotlists</a>
30 </span>
31
32</div>