Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit ab28419

Browse files
committed
reordered chat nav based on feedback
1 parent b2e0f89 commit ab28419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/templates/chatConversation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
</div>
1313

1414
<div class="chatConversationMenu hide">
15+
<div>
16+
<a class="js-clearConvo"><%= polyglot.t('ClearConvo') %></a>
17+
</div>
1518
<div>
1619
<a class="js-viewPage" href="#userPage/<%= ob.guid %>/store"><%= polyglot.t('ViewPage') %></a>
1720
</div>
1821
<div>
1922
<a class="js-blockUser"><%= polyglot.t('Block') %></a>
2023
</div>
21-
<div>
22-
<a class="js-clearConvo"><%= polyglot.t('ClearConvo') %></a>
23-
</div>
2424
</div>
2525

2626
<div class="chatConversationContent">

0 commit comments

Comments
 (0)