Skip to content
Extraits de code Groupes Projets
Valider dbdf352a rédigé par Dennis Schubert's avatar Dennis Schubert
Parcourir les fichiers

Merge branch 'stable' into develop

parents 4cb0d18a 03925497
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -131,6 +131,7 @@ Contributions are very welcome, the hard work is done! ...@@ -131,6 +131,7 @@ Contributions are very welcome, the hard work is done!
* Fix internal server error when trying to log out of an expired session [#6707](https://github.com/diaspora/diaspora/pull/6707) * Fix internal server error when trying to log out of an expired session [#6707](https://github.com/diaspora/diaspora/pull/6707)
## Features ## Features
* Added the footer to conversation pages
# 0.5.7.0 # 0.5.7.0
......
class ConversationsController < ApplicationController class ConversationsController < ApplicationController
before_action :authenticate_user! before_action :authenticate_user!
layout ->(c) { request.format == :mobile ? "application" : "with_header" }
respond_to :html, :mobile, :json, :js respond_to :html, :mobile, :json, :js
def index def index
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter