Sha256: 7560c21b27035cc0af6a60c4a4946ef060776883bca75e3fd617010b05c49a3d

Contents?: true

Size: 885 Bytes

Versions: 25

Compression:

Stored size: 885 Bytes

Contents

<section id="toolbar" class="toolbar-conversations">
  <nav class="toolbar_menu">
    <ul class="nav">
    <li>
      <%= link_to new_message_path do %>
        <i class='icon_message-new <%= 'active' if controller.action_name == 'new' %>'></i>
      <% end %>
    </li>
    <li>
      <%= link_to conversations_path(box: :inbox) do %>
        <i class='icon_message-inbox <%= 'active' if params[:box] == 'inbox' %>'></i> (<%= current_subject.unread_messages_count %>)
      <% end %>
    </li>
    <li>
      <%= link_to conversations_path(box: :sentbox) do %>
        <i class='icon_message-sentbox <%= 'active' if params[:box] == 'sentbox' %>'></i>
      <% end %>
    </li>
    <li>
      <%= link_to conversations_path(box: :trash) do %>
        <i class='icon_message-trash <%= 'active' if params[:box] == 'trash' %>'></i>
      <% end %>
    </li>
    </ul>
  </nav>
</section>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.2.2 app/views/toolbar/_messages.html.erb
social_stream-2.2.1 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.2.1 app/views/toolbar/_messages.html.erb
social_stream-2.2.0 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.2.0 app/views/toolbar/_messages.html.erb
social_stream-2.1.1 base/app/views/toolbar/_messages.html.erb
social_stream-2.1.0 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.1.0 app/views/toolbar/_messages.html.erb
social_stream-2.0.4 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.0.4 app/views/toolbar/_messages.html.erb
social_stream-2.0.3 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.0.3 app/views/toolbar/_messages.html.erb
social_stream-2.0.2 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.0.2 app/views/toolbar/_messages.html.erb
social_stream-2.0.1 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.0.1 app/views/toolbar/_messages.html.erb
social_stream-2.0.0 base/app/views/toolbar/_messages.html.erb
social_stream-base-2.0.0 app/views/toolbar/_messages.html.erb
social_stream-2.0.0.beta3 base/app/views/toolbar/_messages.html.erb