Sha256: b5fc20191873c41989dc8ae4cabd2157e89a1ffe327b9f91afe62d63c52dc928
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
.email-conversations-index %h1 Email Conversations %ul - @email_conversations.each do |c| %li = c.latest_date.to_s[0...10] .participants= c.participants.join(", ") = link_to c.subject, email_conversation_path( c ) (#{c.email_messages.count})
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.355 | app/views/ish_manager/email_conversations/index.haml |