Sha256: b2a1da208f888e16133ebb6d8bf9d830503563fa482ea2ae5dcc908036246abf
Contents?: true
Size: 480 Bytes
Versions: 3
Compression:
Stored size: 480 Bytes
Contents
%h1= item.title - item.posts(locale).each do |post| %h2{itemprop:"headline"}= link_to post.title, post.url %p.navigation - if item.previous %a{class: "left", title: I18n.t('paginate.older_posts', locale: locale), href: item.previous.url} « #{I18n.t('paginate.older_posts', locale: locale)} - if item.next %a{class: "right", title: I18n.t('paginate.newer_posts', locale: locale), href: item.next.url} #{I18n.t('paginate.newer_posts', locale: locale)} »
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alula-themes-0.4.27 | themes/minimal/views/archive.html.haml |
alula-themes-0.4.26 | themes/minimal/views/archive.html.haml |
alula-themes-0.4.25 | themes/minimal/views/archive.html.haml |