Merge pull request #1867 from vcuculo/1863-fix-mobile-comments
Fix for mobile comments
This commit is contained in:
commit
5685b8964a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue