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,7 +42,7 @@ | ||
42 | 42 | ||
43 | <div id="logo"> | 43 | <div id="logo"> |
44 | <a title="Participa Maranhão" href="/"> | 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 | </a> | 46 | </a> |
47 | </div> | 47 | </div> |
48 | 48 | ||
@@ -85,7 +85,7 @@ | @@ -85,7 +85,7 @@ | ||
85 | 85 | ||
86 | <div id="barra-psocial"> | 86 | <div id="barra-psocial"> |
87 | <span id="custom-menu"> | 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 | </span> | 89 | </span> |
90 | <div id="categories_menu"> | 90 | <div id="categories_menu"> |
91 | <%= theme_include 'categories' %> | 91 | <%= theme_include 'categories' %> |