Makes generic logos and avatars, and removes unused images

This commit is contained in:
Alberto Garcia Cabeza
2016-04-21 14:05:30 +02:00
parent a636ddeb83
commit 08a17f3b0e
18 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
<div class="small-12 medium-8 large-5 column small-centered margin-top">
<h1>
<%= link_to root_path do %>
<%= image_tag('header_logo_madrid.png', class: 'show-for-medium float-left', size: '96x96', alt: t("layouts.header.logo")) %>
<%= image_tag('logo_header.png', class: 'show-for-medium float-left', size: '96x96', alt: t("layouts.header.logo")) %>
<%= t("layouts.header.open_gov", open: "#{t('layouts.header.open')}").html_safe %>
<% end %>
</h1>