/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

  1. <%=time_ago_in_words(msg.created_on)%>
  2. <% if(msg.owner_jid==session['login'])%>
  3. <b>me:</b>
  4. <% else %>
  5. <b><%=msg.owner_jid.split('@')[0]%>:</b>
  6. <% end %>
  7. <%=msg.msg%>
  8. <br/>