Sha256: 8b8be8f23436beceb20604e12763507954a6990adb7b7aec4487980affaa8367

Contents?: true

Size: 883 Bytes

Versions: 6

Compression:

Stored size: 883 Bytes

Contents

<% content_for :title do %>
  <%= "#{ profile_or_current_subject.name } : #{ t('repository.title') }" %>
<% end %>

<%= render partial: 'toolbar/profile', locals: { :subject => profile_or_current_subject } %>

<%= render partial: 'common_documents/filter' %>

<%= render partial: 'common_documents/new_button',
           locals: { owner: profile_or_current_subject } %>

<section class="documents">
  <%= render partial: 'common_documents/list',
             locals: { documents: collection } %>
</section>

  
<nav class="documents">
  <%= render partial: 'layouts/more',
             locals: {
               path: polymorphic_path([profile_subject, Document.new ]),
               per_page: Document.default_per_page,
               total: collection.total_count
             } %>
</nav>


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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-2.0.1 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.1 app/views/common_documents/_index.html.erb
social_stream-2.0.0 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.0 app/views/common_documents/_index.html.erb
social_stream-2.0.0.beta3 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.0.beta3 app/views/common_documents/_index.html.erb