small logo for procedures
This commit is contained in:
parent
f6ef7944c1
commit
3c751ac696
2 changed files with 5 additions and 1 deletions
|
@ -81,6 +81,10 @@
|
|||
margin: 5px auto 0 20px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
img {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
#action-block {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue