Merge pull request #1254 from davidbgk/898085-better-name
Better portal link label (bug 898085)
This commit is contained in:
Коммит
bf05a6a859
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче