Sha256: 82d542a2d3ffa275cc26034a93a97a2da488800438a46bc696500e546323eb0b

Contents?: true

Size: 489 Bytes

Versions: 24

Compression:

Stored size: 489 Bytes

Contents

<%= div_for document do %>
  <div class="thumb">
    <%= link_to icon(document, 40), 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/_quick_search_result.html.erb
social_stream-documents-2.2.1 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.2.1 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-2.2.0 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.2.0 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.1.1 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-2.1.0 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.1.0 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.4 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.4 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.3 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.3 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.2 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.2 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.1 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.1 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.0 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.0 app/views/common_documents/_quick_search_result.html.erb
social_stream-2.0.0.beta3 documents/app/views/common_documents/_quick_search_result.html.erb
social_stream-documents-2.0.0.beta3 app/views/common_documents/_quick_search_result.html.erb