summaryrefslogtreecommitdiffstats
path: root/webapp/templates/user_popup.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit38966837f9f0b331b3cafa3dccb8b41f8c42c671 (patch)
treeff79845ba8f053cc0e57ee2020acd5957cc2022e /webapp/templates/user_popup.html
Initial Contributionv1.0
Diffstat (limited to 'webapp/templates/user_popup.html')
-rw-r--r--webapp/templates/user_popup.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/templates/user_popup.html b/webapp/templates/user_popup.html
new file mode 100644
index 0000000000..95e80673ca
--- /dev/null
+++ b/webapp/templates/user_popup.html
@@ -0,0 +1,7 @@
+<div class="popup-name">
+<b>{{account.real_name}}</b><br/>
+{{account.email}}
+</div>
+<div class="popup-info">
+{%if not account.cla_verified%}<br/><i>No CLA</i>{%endif%}
+</div>