Bootstrap: Issues restyled

This commit is contained in:
Dmitriy Zaporozhets 2012-01-28 01:49:14 +02:00
parent 7f6e41fa02
commit 29b5aa2c76
14 changed files with 145 additions and 123 deletions

View file

@ -95,4 +95,8 @@ class ApplicationController < ActionController::Base
response.headers["Pragma"] = "no-cache"
response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT"
end
def render_full_content
@full_content = true
end
end