From 97db98fd3e674678cd0e9dd5f6738691324cd5f0 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Fri, 11 Mar 2016 16:26:44 +0100 Subject: [PATCH] Removes html role attributes --- app/views/debates/index.html.erb | 4 ++-- app/views/kaminari/_paginator.html.erb | 2 +- app/views/layouts/management.html.erb | 2 +- app/views/management/proposals/index.html.erb | 4 ++-- app/views/management/proposals/print.html.erb | 4 ++-- app/views/pages/opendata.html.erb | 2 +- app/views/proposals/index.html.erb | 4 ++-- app/views/proposals/summary.html.erb | 4 ++-- app/views/users/show.html.erb | 4 ++-- app/views/welcome/index.html.erb | 6 +++--- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb index 2ed045df1..6488b5844 100644 --- a/app/views/debates/index.html.erb +++ b/app/views/debates/index.html.erb @@ -5,7 +5,7 @@ i18n_namespace: "debates.index.search_form" %> <% end %> -
+
@@ -50,4 +50,4 @@
-
+ diff --git a/app/views/kaminari/_paginator.html.erb b/app/views/kaminari/_paginator.html.erb index ca9bc4bea..f129b1b9d 100644 --- a/app/views/kaminari/_paginator.html.erb +++ b/app/views/kaminari/_paginator.html.erb @@ -1,7 +1,7 @@ <%= paginator.render do -%>
-
- \ No newline at end of file + \ No newline at end of file diff --git a/app/views/management/proposals/print.html.erb b/app/views/management/proposals/print.html.erb index 33d8cccc3..7399376f1 100644 --- a/app/views/management/proposals/print.html.erb +++ b/app/views/management/proposals/print.html.erb @@ -1,4 +1,4 @@ -
+
-
+ diff --git a/app/views/pages/opendata.html.erb b/app/views/pages/opendata.html.erb index 9c8094535..ad16c2c14 100644 --- a/app/views/pages/opendata.html.erb +++ b/app/views/pages/opendata.html.erb @@ -9,7 +9,7 @@
- <%= image_tag("icon_home.png", size: "330x240", alt:"", role:"presentation") %> + <%= image_tag("icon_home.png", size: "330x240", alt:"") %>
diff --git a/app/views/proposals/index.html.erb b/app/views/proposals/index.html.erb index 1dc301d9b..970e1cb3e 100644 --- a/app/views/proposals/index.html.erb +++ b/app/views/proposals/index.html.erb @@ -5,7 +5,7 @@ i18n_namespace: "proposals.index.search_form" %> <% end %> -
+
@@ -61,4 +61,4 @@
-
+ diff --git a/app/views/proposals/summary.html.erb b/app/views/proposals/summary.html.erb index 3827c73bd..960c9e618 100644 --- a/app/views/proposals/summary.html.erb +++ b/app/views/proposals/summary.html.erb @@ -1,4 +1,4 @@ -
+
@@ -54,4 +54,4 @@
-
\ No newline at end of file + \ No newline at end of file diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 9b3e69415..563b145dd 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,4 +1,4 @@ -
+
@@ -38,4 +38,4 @@
-
+ diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 32780e9c1..c7ed38d8c 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -12,13 +12,13 @@
- <%= image_tag("icon_home.png", size: "330x240", alt:"", role:"presentation") %> + <%= image_tag("icon_home.png", size: "330x240", alt:"") %>
<% cache [locale_and_user_status, @featured_debates, @featured_proposals, 'featured'] do %> -
+
<%= image_tag("icon_home_debate.png", size: "168x168", alt: t("welcome.debates.alt"), title: t("welcome.debates.title")) %> @@ -43,5 +43,5 @@

<%= t("welcome.do.description") %>

-
+ <% end %>