Sha256: 3aca77e6458fa513a62d9e39a5cfe4043d5aaf226b6750ea0f4e0354b868b1f4

Contents?: true

Size: 797 Bytes

Versions: 18

Compression:

Stored size: 797 Bytes

Contents

<li>
	<%= link_to( image_tag("btn/btn_inbox.png", :class => "menu_icon")+t('message.other'), messages_path, :remote => :true) %>
</li>
<li>
	<ul>
		<li>
			<%= link_to( image_tag("btn/btn_inbox.png", :class => "menu_icon")+ t('message.new'), new_message_path) %>
		</li>
		<li>
			<%= link_to( image_tag("btn/btn_inbox.png", :class => "menu_icon")+t('message.inbox')+" (" + @mailbox.inbox(:unread => true).count.to_s + ")", messages_path, :remote => :true) %>
		</li>
		<li>
			<%= link_to( image_tag("btn/btn_inbox.png", :class => "menu_icon")+t('message.sentbox'), messages_path(:box => :sentbox), :remote => true) %>
		</li>
		<li>
			<%= link_to( image_tag("btn/btn_inbox.png", :class => "menu_icon")+t('message.trash'), messages_path(:box => :trash), :remote => true) %>
		</li>
	</ul>
</li>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
social_stream-base-0.7.2 app/views/conversations/_menu_options.html.erb
social_stream-base-0.7.1 app/views/conversations/_menu_options.html.erb
social_stream-base-0.7.0 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.8 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.6 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.5 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.3 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.2 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.1 app/views/conversations/_menu_options.html.erb
social_stream-base-0.6.0 app/views/conversations/_menu_options.html.erb
social_stream-base-0.5.2 app/views/conversations/_menu_options.html.erb
social_stream-base-0.5.1 app/views/conversations/_menu_options.html.erb
social_stream-base-0.5.0 app/views/conversations/_menu_options.html.erb
social_stream-0.4.6 app/views/conversations/_menu_options.html.erb
social_stream-0.4.5 app/views/conversations/_menu_options.html.erb
social_stream-0.4.4 app/views/conversations/_menu_options.html.erb
social_stream-0.4.3 app/views/conversations/_menu_options.html.erb
social_stream-0.4.2 app/views/conversations/_menu_options.html.erb