Sha256: 045ddcf681b28bccc74d416a7905d40431dd58bcc1f25a56be4b27930bc0c210

Contents?: true

Size: 415 Bytes

Versions: 15

Compression:

Stored size: 415 Bytes

Contents

<% cache article do %>
  <% if article.excerpt? %>
    <%= article.excerpt %>
    <div class="extended">
      <p><%= link_to_permalink article, t('.continue_reading') %></p>
    </div>
  <% else %>
    <%= raw article.html(:body) %>
    <% if article.extended? %>
      <div class="extended">
        <p><%= link_to_permalink article, t('.continue_reading') %></p>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/articles/_article_excerpt.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/articles/_article_excerpt.html.erb
publify_core-9.2.4 app/views/articles/_article_excerpt.html.erb
publify_core-9.2.3 app/views/articles/_article_excerpt.html.erb
publify_core-9.2.2 app/views/articles/_article_excerpt.html.erb
publify_core-9.2.1 app/views/articles/_article_excerpt.html.erb
publify_core-9.2.0 app/views/articles/_article_excerpt.html.erb