Merge pull request #1867 from vcuculo/1863-fix-mobile-comments

Fix for mobile comments
This commit is contained in:
Maxwell Salzberg 2011-09-01 08:58:16 -07:00
commit 5685b8964a

View file

@ -29,6 +29,7 @@ class PostsController < ApplicationController
respond_to do |format|
format.xml{ render :xml => @post.to_diaspora_xml }
format.mobile{render 'posts/show.mobile.haml'}
format.any{render 'posts/show.html.haml'}
end