Remove unnecessary translate attribute on Theme preview page

This patch removes unnecessary translate attribute on Theme preview page.
related to https://review.openstack.org/#/c/271453/

Change-Id: If1be56e38a50bc52372c68304a46816c86f267a9
Closes-Bug: #1536785
This commit is contained in:
shu-mutou 2016-03-10 09:38:57 +09:00
parent 68411394b3
commit 66be486643
1 changed files with 2 additions and 2 deletions

View File

@ -858,8 +858,8 @@
</ul>
<ul class="pager">
<li class="previous disabled"><a translate href="#">&larr; {$ 'Older' | translate $}</a></li>
<li class="next"><a translate href="#">{$ 'Newer' | translate $} &rarr;</a></li>
<li class="previous disabled"><a href="#">&larr; {$ 'Older' | translate $}</a></li>
<li class="next"><a href="#">{$ 'Newer' | translate $} &rarr;</a></li>
</ul>
</div>
</div>