Add footer on conversations page

closes #6710
This commit is contained in:
Steffen van Bergerem 2016-02-22 03:50:32 +01:00 committed by Dennis Schubert
parent fbabc541ae
commit 0392549702
2 changed files with 1 additions and 2 deletions

View file

@ -7,6 +7,7 @@
* Fix internal server error when trying to log out of an expired session [#6707](https://github.com/diaspora/diaspora/pull/6707)
## Features
* Added the footer to conversation pages
# 0.5.7.0

View file

@ -1,7 +1,5 @@
class ConversationsController < ApplicationController
before_action :authenticate_user!
layout ->(c) { request.format == :mobile ? "application" : "with_header" }
respond_to :html, :mobile, :json, :js
def index