Fix path to RH logo
This commit is contained in:
parent
1231f8dd0b
commit
19864378c3
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@
|
|||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<div class="widget-body">
|
||||
<a href="http://www.redhat.com/"><img class="rh-logo" src="../_images/redhat-logo.png" alt="Red Hat Logo" /></a>
|
||||
<a href="http://www.redhat.com/"><img class="rh-logo" src="<% File.join(images_path, "redhat-logo.png") %>" alt="Red Hat Logo" /></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
|
|
|
|||
Reference in a new issue