Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Rauch committed Aug 3, 2012
1 parent 3338729 commit a9d1f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/themes/default/templates/chat_tmpl.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ script#chat_box(type='text/html')
.chat-box(data-user='{{ nickname }}', data-type='{{ type }}')
div(class="avatar avatar-" + user.provider)
img(src='http://avatars.io/{{ provider }}/{{ nickname }}')
i
a(href="")
h5
| {{ nickname }}
{{> chat_box_text }}
Expand Down

0 comments on commit a9d1f0a

Please sign in to comment.