change layout

This commit is contained in:
Steffen van Bergerem 2013-12-15 20:08:44 +01:00
parent 5ab777f8cb
commit 24310fe5a9
2 changed files with 2 additions and 7 deletions

View file

@ -1,10 +1,3 @@
.span-24 {
width: 100%;
margin: 0;
padding: 0;
}
.conversations_container {
padding-top: 40px;

View file

@ -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