Sha256: d8b8ecbbbdd95c2fcdb5bae464b2778daa5780a554d207a5650e9b7c21d7feff

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

<%= sidebar_section_for(t(".title")) do  %>
  <ul>
    <% @recent_posts.each do |post| %>
      <li><%= link_to post.title, post.full_url %></li>
    <% end %>
  </ul>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
monologue-0.5.0 app/views/monologue/sidebar/_latest_posts.html.erb
monologue-0.4.1 app/views/monologue/sidebar/_latest_posts.html.erb
monologue-0.4.0 app/views/monologue/sidebar/_latest_posts.html.erb
monologue-0.3.0 app/views/monologue/sidebar/_latest_posts.html.erb