Sha256: 0afb12bd13448b40fae73d1f4f8fae00c5af6d2ab6eb200c03548681b73071fd

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

<%= menu_options[:messages] || capture do %>
  <% if user_signed_in? %>
    <li >
    <%= link_to(image_tag("btn/btn_send.png", :class => "menu_icon")+t('message.send'), new_message_path(:receiver => subject.slug)) %>
    </li>
  <% end %>
<% end %>

<%= menu_options[:profile] || capture do %>
  <li>
    <%= link_to( image_tag("btn/btn_edit.png", :class => "menu_icon")+t('menu.information'), [subject, :profile]) %>
  </li>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_stream-0.4.4 app/views/subjects/_toolbar_profile_menu_basic_options.html.erb
social_stream-0.4.3 app/views/subjects/_toolbar_profile_menu_basic_options.html.erb
social_stream-0.4.2 app/views/subjects/_toolbar_profile_menu_basic_options.html.erb