Sha256: 1062b1dd935346e101f3e658a9775daafa1081de170e0982666f337263b4e354
Contents?: true
Size: 498 Bytes
Versions: 16
Compression:
Stored size: 498 Bytes
Contents
%h1 = @blog.name #articles - @articles.each do |article| .article %h2 - if Gluttonberg.localized? = link_to article.title, blog_article_path(current_localization_slug ,@blog.slug, article.slug) - else = link_to article.title, blog_article_path(:blog_id => @blog.slug, :id => article.slug) by = article.author.full_name %p = asset_tag(article.featured_image , :small_thumb) = article.excerpt.html_safe
Version data entries
16 entries across 16 versions & 2 rubygems