Sha256: 6573056cf1a26aafb26f9e3de86e820c5f3efcdd17bb0081663ebd875284a808

Contents?: true

Size: 589 Bytes

Versions: 35

Compression:

Stored size: 589 Bytes

Contents

<%= location(
	link_to(image_tag("btn/message_" + @box + ".png", :class => "menu_icon")+t('message.' + @box), conversations_path(:box => @box),:remote => true),
	link_to(image_tag("btn/message_conversation.png", :class => "menu_icon")+ 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

35 entries across 35 versions & 2 rubygems

Version Path
social_stream-0.9.2 base/app/views/conversations/_show.html.erb
social_stream-base-0.9.6 app/views/conversations/_show.html.erb
social_stream-base-0.9.5 app/views/conversations/_show.html.erb
social_stream-base-0.9.4 app/views/conversations/_show.html.erb
social_stream-base-0.9.3 app/views/conversations/_show.html.erb
social_stream-base-0.9.2 app/views/conversations/_show.html.erb
social_stream-base-0.9.1 app/views/conversations/_show.html.erb
social_stream-base-0.9.0 app/views/conversations/_show.html.erb
social_stream-base-0.8.2 app/views/conversations/_show.html.erb
social_stream-base-0.8.1 app/views/conversations/_show.html.erb
social_stream-base-0.8.0 app/views/conversations/_show.html.erb
social_stream-base-0.7.11 app/views/conversations/_show.html.erb
social_stream-base-0.7.10 app/views/conversations/_show.html.erb
social_stream-base-0.7.9 app/views/conversations/_show.html.erb
social_stream-base-0.7.8 app/views/conversations/_show.html.erb
social_stream-base-0.7.7 app/views/conversations/_show.html.erb
social_stream-base-0.7.6 app/views/conversations/_show.html.erb
social_stream-base-0.7.5 app/views/conversations/_show.html.erb
social_stream-base-0.7.4 app/views/conversations/_show.html.erb
social_stream-base-0.7.3 app/views/conversations/_show.html.erb