Sha256: 313cc19958f212a89e2909457251eee76e819cec0395542dca2e7862ccaede6c
Contents?: true
Size: 855 Bytes
Versions: 5
Compression:
Stored size: 855 Bytes
Contents
= render :partial => 'forums/standard_parts' - content_for :form do .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
5 entries across 5 versions & 1 rubygems