diff --git a/app/views/layouts/_test.html.erb b/app/views/layouts/_test.html.erb deleted file mode 100644 index 60f6b811b..000000000 --- a/app/views/layouts/_test.html.erb +++ /dev/null @@ -1,38 +0,0 @@ -
-
- - <%= link_to Setting['org_name'], root_path, class: "logo show-for-small-only" %> - - - - <%= t("application.menu")%> - - -
-
- <%= 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")) %> - <% if opendata_page? %> - <%= t("layouts.header.open_gov", open: "#{t('layouts.header.open')}") %> | - <%= t("layouts.header.open_data") %> - <% else %> - <%= Setting['org_name'] %> - <% end %> - <% end %> -
- -
- - -
- -
-
-
-
-
\ No newline at end of file