Sha256: 02bca99d2a074adb1214493156ccd97ad99de5f3167832b86fc52879afb752e0
Contents?: true
Size: 509 Bytes
Versions: 18
Compression:
Stored size: 509 Bytes
Contents
%h1 Someone's Blog - @blogs.each do |blog| #ad-top / Insert 468x60 banner advertisement .entry .entry-title= link_to blog.title, resource_url(blog) .date Posted on #{blog.created_at} .blog_body!= blog.body .comments %a{:href => "#"} 3 comments - if current_user.try(:id) == @user.id = link_to 'New Blog Post', new_user_blog_path(@user) = will_paginate @blogs - content_for(:tags) do - for tag in @tags %li= link_to tag.name, user_blogs_path(@user, :tag=>tag.name)
Version data entries
18 entries across 18 versions & 1 rubygems