Sha256: 1c3b0537a33ed73326d38b2d3443dad3aa2b60ccc13aa4655e92fad563ade53d
Contents?: true
Size: 860 Bytes
Versions: 10
Compression:
Stored size: 860 Bytes
Contents
= render :partial => 'forums/standard_parts' - content_for :form do .post .post_wrapper .post_header .speaker = standard_gravatar_for(current_reader) %h2.person = current_reader.name %p.context = t('if_you_not', :name => current_reader.name) = link_to(t('log_out'), reader_logout_url) + '.' = render :partial => 'form', :locals => {:post => @post} - content_for :person do - standard_gravatar_for(current_reader) - content_for :title do - if @page = t('new_comment') - elsif @topic = t('new_reply') - else = t('new_topic') - content_for :breadhead do - if @page = link_to @page.title, @page.url, :class => 'breadhead' - elsif @topic = link_to @topic.name, forum_topic_url(@topic.forum, @topic), :class => 'breadhead' #forum = yield :form
Version data entries
10 entries across 10 versions & 1 rubygems