Sha256: 0c16d8f52e781942d0e079e98216157c573937e7db2708f345e17e761b32ea35

Contents?: true

Size: 488 Bytes

Versions: 24

Compression:

Stored size: 488 Bytes

Contents

<%= div_for document do %>
  <div class="thumb">
    <%= link_to icon(document, 50), document, :title => document.file_file_name %>
  </div>
  <div class="brifing">
    <h5>
      <%= link_to truncate(document.title, :length => 15), document %>
    </h5>

    <div class="author">
      <%= raw t('document.by', author: link_to(document.author.name, document.author_subject)) %>
    </div>

    <%= render partial: 'objects/counters', locals: { object: document } %>

  </div>
<% end %>

Version data entries

24 entries across 24 versions & 2 rubygems

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