Sha256: 39f591e21b5ac21d3f450c20254c02a252aec96fc142a42996fd515e8505a3b3
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
<% unless component.article_list.nil? %> <div id="<%= slot_code %>" class="component latest-articles <%= 'double' if expand %> <%= additional_classes %>"> <h3 class="sup-title"><%=h component.title %></h3> <ul id="latest-articles"> <% for article in component.articles %> <li class="<%= cycle("first", "second", "third") %>"> <a href="<%= node_path(article) %>" title="<%= article.title %>"> <span class="article-title"><%= article.title %></span> </a> <time datetime="<%= article.published_at %>" pubdate><%= l article.published_at, :format => :short %></time> </li> <% end %> </ul> <%= link_to 'All Articles', "/news", :class => 'more' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-articles-1.0.0 | app/views/components/_latest_articles.html.erb |