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

@@ -18,7 +18,7 @@
<div id="responsive-menu">
<div class="top-bar-title">
<%= link_to root_path, class: "hide-for-small-only" do %>
<%= image_tag('header_logo_madrid.png', class: 'hide-for-small-only float-left', size: '80x80', alt: t("layouts.header.logo")) %>
<%= image_tag('logo_header.png', class: 'hide-for-small-only float-left', size: '80x80', alt: t("layouts.header.logo")) %>
<%= Setting['org_name'] %>
&nbsp;|&nbsp;<%= t("admin.dashboard.index.title") %>
<% end %>