public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mark article as default page

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2815 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Mar 25 04:13:37 -0700 2007
commit  f5e53e93a75f7d233ac77b769eb69ed0a2f2bf78
tree    389c24e22a5caecfef6144b8d50ce1a51a50c3c2
parent  c04f9958eabc0858717477620b7f55b969bce672
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@ class MephistoController < ApplicationController
0
       show_404 and return unless @article
0
       Mephisto::Liquid::CommentForm.article = @article
0
       render_liquid_template_for(:page, 'section' => @section.to_liquid(true),
0
- 'article' => @article.to_liquid(:mode => :single))
0
+ 'article' => @article.to_liquid(:mode => :single, :page => @dispatch_path.empty?))
0
     end
0
     
0
     def dispatch_comments

Comments

    No one has commented yet.