change layout
This commit is contained in:
parent
5ab777f8cb
commit
24310fe5a9
2 changed files with 2 additions and 7 deletions
|
|
@ -1,10 +1,3 @@
|
|||
.span-24 {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.conversations_container {
|
||||
padding-top: 40px;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
class ConversationsController < ApplicationController
|
||||
before_filter :authenticate_user!
|
||||
|
||||
layout ->(c) { request.format == :mobile ? "application" : "with_header" }
|
||||
before_filter -> { @css_framework = :bootstrap }
|
||||
|
||||
respond_to :html, :mobile, :json, :js
|
||||
|
|
|
|||
Loading…
Reference in a new issue