mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 04:56:21 +10:00
remove gzip expires time temporary
This commit is contained in:
@@ -129,9 +129,17 @@ body {
|
||||
background: rgba(14, 238, 112, 0.61);
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
|
||||
}
|
||||
.avatar-info:hover + .avatar-hover{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.my-span4{
|
||||
position:relative;
|
||||
margin-bottom:2em;
|
||||
float:left;
|
||||
margin-left:3.6em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
div.span4.highlight class="#{membership.status}" style="position:relative;"
|
||||
div.highlight.span4 class="#{membership.status}" style="position:relative;margin-bottom:2em"
|
||||
div.avatar-info
|
||||
=image_for membership.person
|
||||
div.avatar-hover
|
||||
|
||||
@@ -20,7 +20,8 @@ Ocelots::Application.configure do
|
||||
# Generate digests for assets URLs
|
||||
config.assets.digest = true
|
||||
|
||||
config.static_cache_control = "public, max-age=2592000"
|
||||
|
||||
#config.static_cache_control = "public, max-age=3600"
|
||||
|
||||
# Defaults to nil and saved in location specified by config.assets.prefix
|
||||
# config.assets.manifest = YOUR_PATH
|
||||
|
||||
Reference in New Issue
Block a user