Skip to content

Commit

Permalink
fix(messages): remove ajax link from start conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 1, 2019
1 parent 0914d91 commit 988dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/messages.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="page-title-border-right" style="position:relative;">
<p style="font-size: 24px;">Conversations</p>
<div id="convo-actions" style="position:absolute; top: 20px; right: 15px;">
<a title="Start Conversation" style="display: block; height: 28px;" ng-click="showUserList($event);"><i class="material-icons no-ajaxy" style="font-size: 28px; font-weight: 300;">add</i></a>
<a title="Start Conversation" class="no-ajaxy" style="display: block; height: 28px;" ng-click="showUserList($event);"><i class="material-icons" style="font-size: 28px; font-weight: 300;">add</i></a>
<a class="no-ajaxy" style="display: none; height: 28px; line-height: 30px; font-size: 16px; font-weight: 300;" ng-click="hideUserList($event);">Cancel</a>
</div>
</div>
Expand Down

0 comments on commit 988dfa9

Please sign in to comment.