small logo for procedures

This commit is contained in:
clemkeirua 2020-04-20 16:27:40 +02:00 committed by GitHub Action
parent f6ef7944c1
commit 3c751ac696
2 changed files with 5 additions and 1 deletions

View file

@ -81,6 +81,10 @@
margin: 5px auto 0 20px;
width: 150px;
}
img {
background-color: #FFFFFF;
}
}
#action-block {

View file

@ -506,7 +506,7 @@ class Procedure < ApplicationRecord
if logo.attached?
Rails.application.routes.url_helpers.url_for(logo)
else
ActionController::Base.helpers.image_url("marianne.svg")
ActionController::Base.helpers.image_url("republique-francaise-logo.svg")
end
end