Fix user profile block and add gerrit_id field
Change-Id: Icb066f967239903a63e5f7c86664bd76df90583e
This commit is contained in:
@@ -29,10 +29,13 @@
|
|||||||
[<span style="font-style: italic;"><a
|
[<span style="font-style: italic;"><a
|
||||||
href="https://wiki.openstack.org/wiki/Stackalytics#Company_affiliation" style="color: grey" target="_blank">how to change</a></span>]
|
href="https://wiki.openstack.org/wiki/Stackalytics#Company_affiliation" style="color: grey" target="_blank">how to change</a></span>]
|
||||||
</div>
|
</div>
|
||||||
{%if launchpad_id != '' %}
|
{%if launchpad_id %}
|
||||||
<div>Launchpad: <a href="https://launchpad.net/~${launchpad_id}" target="_blank">${launchpad_id}</a></div>
|
<div>Launchpad: <a href="https://launchpad.net/~${launchpad_id}" target="_blank">${launchpad_id}</a></div>
|
||||||
{%/if%}
|
{%/if%}
|
||||||
{%if core != '' %}
|
{%if gerrit_id %}
|
||||||
|
<div>Gerrit: <a href="https://review.openstack.org/#/q/owner:${gerrit_id},n,z" target="_blank">${gerrit_id}</a></div>
|
||||||
|
{%/if%}
|
||||||
|
{%if core %}
|
||||||
<div>Core in:
|
<div>Core in:
|
||||||
{%each( index, value ) core %}
|
{%each( index, value ) core %}
|
||||||
<a href="/?module=${value[0]}&metric=${metric}">${value[0]}</a>
|
<a href="/?module=${value[0]}&metric=${metric}">${value[0]}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user