/app/views/chat/_msg.rhtml
http://rorptm.googlecode.com/ · Ruby HTML · 8 lines · 8 code · 0 blank · 0 comment · 2 complexity · d69601f336055b34cfce494234cd4dfd MD5 · raw file
- <%=time_ago_in_words(msg.created_on)%>
- <% if(msg.owner_jid==session['login'])%>
- <b>me:</b>
- <% else %>
- <b><%=msg.owner_jid.split('@')[0]%>:</b>
- <% end %>
- <%=msg.msg%>
- <br/>