Skip to content

Commit

Permalink
Fixes channel message rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 12, 2012
1 parent 42c1b9b commit a68466e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ class Kandan.Views.ShowActivity extends Backbone.View
className: 'activity'

render: ()->
if @options.activity.get('message')
if @options.activity.get('action')=="message"
@template = JST['activity']
else
@template = JST['user_notification']
Expand Down

0 comments on commit a68466e

Please sign in to comment.