diff --git a/stackalytics/dashboard/templates/_macros/user_profile.html b/stackalytics/dashboard/templates/_macros/user_profile.html index ca34a5f12..30788e8a8 100644 --- a/stackalytics/dashboard/templates/_macros/user_profile.html +++ b/stackalytics/dashboard/templates/_macros/user_profile.html @@ -35,7 +35,10 @@ {%if core != '' %}
Core in: {%each( index, value ) core %} - ${value[0]} (${value[1]}) + ${value[0]} + {%if value[1] != 'master' %} + (${value[1]}) + {%/if%} {%/each%}
{%/if%}