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:
parent
68411394b3
commit
66be486643
@ -858,8 +858,8 @@
|
||||
</ul>
|
||||
|
||||
<ul class="pager">
|
||||
<li class="previous disabled"><a translate href="#">← {$ 'Older' | translate $}</a></li>
|
||||
<li class="next"><a translate href="#">{$ 'Newer' | translate $} →</a></li>
|
||||
<li class="previous disabled"><a href="#">← {$ 'Older' | translate $}</a></li>
|
||||
<li class="next"><a href="#">{$ 'Newer' | translate $} →</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user