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-base-0.7.2 app/views/conversations/_show.html.erb
social_stream-base-0.7.1 app/views/conversations/_show.html.erb
social_stream-base-0.7.0 app/views/conversations/_show.html.erb
social_stream-base-0.6.8 app/views/conversations/_show.html.erb
social_stream-base-0.6.6 app/views/conversations/_show.html.erb
social_stream-base-0.6.5 app/views/conversations/_show.html.erb
social_stream-base-0.6.3 app/views/conversations/_show.html.erb
social_stream-base-0.6.2 app/views/conversations/_show.html.erb
social_stream-base-0.6.1 app/views/conversations/_show.html.erb
social_stream-base-0.6.0 app/views/conversations/_show.html.erb
social_stream-base-0.5.2 app/views/conversations/_show.html.erb
social_stream-base-0.5.1 app/views/conversations/_show.html.erb
social_stream-base-0.5.0 app/views/conversations/_show.html.erb
social_stream-0.4.6 app/views/conversations/_show.html.erb
social_stream-0.4.5 app/views/conversations/_show.html.erb