Make context menu a little bit smarter/clearer.

Don't, e.g., show "start a huddle with me" when you're
already in a huddle with me.

(imported from commit 58a646ebcf7ab7f0b2bcc901e9e081cce782ee46)
This commit is contained in:
Waseem Daher 2012-10-29 14:10:26 -04:00
parent 13f342a8fa
commit e5d89cb377
1 changed files with 3 additions and 1 deletions

View File

@ -5,9 +5,11 @@
<i class="icon-share-alt"></i> Reply to this {{#if is_stream}}stream{{else}}huddle{{/if}}
</a>
</li>
{{#unless is_personal}}
<li>
<a onclick="respond_to_message('personal');">
<i class="icon-user"></i> Start a huddle with me
<i class="icon-user"></i> Reply to {{sender_short_name}} only
</a>
</li>
{{/unless}}
</ul>