From a636ddeb83539b56c3988e63e2bad76cfc515769 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 21 Apr 2016 14:03:42 +0200 Subject: [PATCH] Removes test page --- app/views/layouts/_test.html.erb | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 app/views/layouts/_test.html.erb 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