Merge pull request #1254 from davidbgk/898085-better-name

Better portal link label (bug 898085)
This commit is contained in:
David Larlet 2013-10-15 13:25:19 -07:00
Родитель 65012e8621 a65ad55326
Коммит bf05a6a859
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<th>{{ _('Modify') }}</th>
<th>{{ _('Delete') }}</th>
{% if waffle.switch('bango-portal') %}
<th>{{ _('Portal') }}</th>
<th>{{ _('View Payments stats') }}</th>
{% endif %}
</tr>
@ -43,7 +43,7 @@
<td><a href="#" class="modify-account">{{ _('Modify') }}</a> <a href="#" class="accept-tos">{{ _('Accept Terms of Service') }}</a></td>
<td><a href="#" class="delete-account">{{ _('Delete') }}</a></td>
{% if waffle.switch('bango-portal') %}
<td><a href="#" class="portal-account">{{ _('Portal') }}</a></td>
<td><a href="#" class="portal-account">{{ _('View Payments stats') }}</a></td>
{% endif %}
</tr>
</script>