Sha256: 9a86a6c37e7a02e471dced603ef0b3c067030084a5dd00b428435fe0fec5e650
Contents?: true
Size: 458 Bytes
Versions: 204
Compression:
Stored size: 458 Bytes
Contents
<%= location( link_to(t('message.' + @box), conversations_path(:box => @box),:remote => true), link_to(truncate(@conversation.subject, :length => 45), conversation_path(@conversation.id,:box => @box,:page => params[:page])) ) %> <br class="clearfloat" /> <div class="space_center"> </div> <div class="space_center"> </div> <div class="conversation_full"> <%= render :partial => 'conversation_full', :locals =>{:conversation => @conversation} %> </div>
Version data entries
204 entries across 204 versions & 4 rubygems