This commit is contained in:
Nicolas Bally 2018-08-07 00:15:33 +02:00
parent a5cfbad091
commit 100643fbac
3 changed files with 12 additions and 12 deletions

View File

@ -170,7 +170,7 @@ h1{
display:block; display:block;
} }
#footer{ #footer{
margin-top:50px;
padding:20px 0; padding:20px 0;
background:no-repeat bottom right; background:no-repeat bottom right;
background-color:$blue; background-color:$blue;

View File

@ -13,18 +13,18 @@ class Block < ActiveRecord::Base
DynamicContent: "Contenu dynamique", DynamicContent: "Contenu dynamique",
TableContent: "Tableau", TableContent: "Tableau",
BlockContent: "Bloc", BlockContent: "Bloc",
MapContent: "Plan", #MapContent: "Plan",
QuoteContent: "Citation", #QuoteContent: "Citation",
MenuItemLinkContent: "Pavé lien", #MenuItemLinkContent: "Pavé lien",
#TimelineHistoryContent: "Timeline", #TimelineHistoryContent: "Timeline",
#PetitionContent: "Petition", #PetitionContent: "Petition",
VideoContent: "Vidéo", #VideoContent: "Vidéo",
KeynumberContent: "Chiffre clef", #KeynumberContent: "Chiffre clef",
ArticleindexsContent: "Index articles", #ArticleindexsContent: "Index articles",
AgirContent: "Bloc agir", #AgirContent: "Bloc agir",
TimeContent: "Bloc date", #TimeContent: "Bloc date",
SlideContent: "Slider prédéfinie", #SlideContent: "Slider prédéfinie",
ShareContent: "Ligne partage réseaux", #ShareContent: "Ligne partage réseaux",
} }

View File

@ -117,7 +117,7 @@ namespace :deploy do
run "mkdir #{deploy_to}shared/storage" run "mkdir #{deploy_to}shared/storage"
run "mkdir #{deploy_to}shared/storage/private" run "mkdir #{deploy_to}shared/storage/private"
run "mkdir #{deploy_to}shared/storage/public" run "mkdir #{deploy_to}shared/storage/public"
run "mkdir #{deploy_to}shared/storage/tmp" run "mkdir #{deploy_to}shared/tmp"
end end