Commit 2a5825c263a58708eee3a18f3f33d47ed2f51649
1 parent
932f3e85
Exists in
master
and in
4 other branches
Fix image path
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
header.html.erb
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | |
43 | 43 | <div id="logo"> |
44 | 44 | <a title="Participa Maranhão" href="/"> |
45 | - <img src="/designs/themes/participama-theme/images/logo.png" title="Participa Maranhão"/> | |
45 | + <img src="/designs/themes/participa-ma/images/logo.png" title="Participa Maranhão"/> | |
46 | 46 | </a> |
47 | 47 | </div> |
48 | 48 | |
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | |
86 | 86 | <div id="barra-psocial"> |
87 | 87 | <span id="custom-menu"> |
88 | - <a href="http://biblioteca.participa.br/" target="_blank"><img src="/designs/themes/participama-theme/images/biblioteca_digital.png" title="Biblioteca Digital"></a> | |
88 | + <a href="http://biblioteca.participa.br/" target="_blank"><img src="/designs/themes/participa-ma/images/biblioteca_digital.png" title="Biblioteca Digital"></a> | |
89 | 89 | </span> |
90 | 90 | <div id="categories_menu"> |
91 | 91 | <%= theme_include 'categories' %> | ... | ... |