Sha256: 2a47b5dc9886b45ed924df02208bdb7173b43e72af7694c0f177ec98474b90f1

Contents?: true

Size: 540 Bytes

Versions: 25

Compression:

Stored size: 540 Bytes

Contents

<%= render partial: 'explore/header' %>

<div id="explore-content" class="tab-content">
<% %w( explore participants resources timeline search).each do |section| %>
  <div id="<%= section %>" class="tab-pane <%= explore_button_class(section) %>">
    <% if current_explore_section?(section) %>
      <%= render partial: "explore/#{ section }" %>
    <% else %>
      <%= render partial: 'layouts/loading' %>
    <% end %>
  </div>
<% end %>
</div>

<%= javascript_tag do %>
  $(function() {
    SocialStream.Explore.index();
  });
<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

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