We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 394476d + 9b4e90a commit c40106eCopy full SHA for c40106e
src/templates/global/mobile_menu.html.tt
@@ -27,6 +27,12 @@
27
[% END %]
28
</li>
29
[%= END =%]
30
+ <li class="ja-hide">
31
+ <a class="pjaxload" href="[% request.url_for('trading') %]">[% l("Trade") %]</a>
32
+ </li>
33
+ <li class="all-hide ja-show-block">
34
+ <a class="pjaxload" href="[% request.url_for('jptrading') %]">[% l("Trade") %]</a>
35
36
</ul>
37
</div>
38
0 commit comments