Sha256: 60bbc7d5f376d200d78dc59e38af84dbfc23f2561daed2a191ebcfbb2c110724

Contents?: true

Size: 1014 Bytes

Versions: 14

Compression:

Stored size: 1014 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 } %>
<div class="documents">
  <h1 class="colorfont">
    <%= t 'document.title.other' %>
  </h1>

  <%= 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>
</div>

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

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
social_stream-2.2.2 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.2.1 app/views/common_documents/_index.html.erb
social_stream-2.2.1 documents/app/views/common_documents/_index.html.erb
social_stream-2.2.0 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.2.0 app/views/common_documents/_index.html.erb
social_stream-2.1.1 documents/app/views/common_documents/_index.html.erb
social_stream-2.1.0 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.1.0 app/views/common_documents/_index.html.erb
social_stream-2.0.4 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.4 app/views/common_documents/_index.html.erb
social_stream-2.0.3 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.3 app/views/common_documents/_index.html.erb
social_stream-2.0.2 documents/app/views/common_documents/_index.html.erb
social_stream-documents-2.0.2 app/views/common_documents/_index.html.erb