Sha256: 189e16f3051462e2368eff8bce3a799a3e93a6d06e7b2b948f870ff44c3c11c9

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

<h3><%= t("recent_posts") %></h3>
<ul>
<% post_link_list().each do |link| -%>
  <li><%= link_to link.name, link.url %></li>
<% end -%>
<li><%- link_to posts_path(:format => 'rss') do -%><%= image_tag('icons/feed.gif', :alt => "#{t("posts")} RSS", :size => '16x16') %> RSS Feed <%- end -%></li>
</ul>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
spree_wordsmith-0.1.0 app/views/shared/_recent_articles.html.erb
spree_cms-0.0.3 app/views/shared/_recent_articles.html.erb