diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss
index 4968983f0..ee16c798c 100644
--- a/app/assets/stylesheets/admin.scss
+++ b/app/assets/stylesheets/admin.scss
@@ -42,6 +42,10 @@ body.admin {
th {
text-align: left;
+
+ &.text-center {
+ text-align: center;
+ }
}
tr {
diff --git a/app/views/officing/_menu.html.erb b/app/views/officing/_menu.html.erb
index 81734d99f..f051b5940 100644
--- a/app/views/officing/_menu.html.erb
+++ b/app/views/officing/_menu.html.erb
@@ -14,5 +14,5 @@
<%= t("officing.menu.results") %>
<% end %>
-
+
diff --git a/app/views/officing/results/index.html.erb b/app/views/officing/results/index.html.erb
index 8e9faa1ab..8e50de625 100644
--- a/app/views/officing/results/index.html.erb
+++ b/app/views/officing/results/index.html.erb
@@ -1 +1,54 @@
-results index
\ No newline at end of file
+
<%= t("officing.results.index.title") %>
+
+
+
+
+ <%= t("officing.shared.filter_booth") %>
+
+
+
+
+
+ <%= t("officing.shared.filter_date") %>
+
+
+
+
+
+ <%= t("officing.shared.filter_officer") %>
+
+
+
+
+
+
+
+ <%= t("officing.shared.booth") %>
+ <%= t("officing.shared.date") %>
+ <%= t("officing.shared.officer") %>
+ <%= t("officing.shared.votes_number") %>
+
+
+
+
+
+ <%= link_to "Urna Moncloa (1)", officing_poll_result_path(Poll.last, 1) %>
+ 14/10/2016
+ Officer Name (officer@email.com)
+ 124
+
+
+
+ <%= link_to "Urna Cahamartín (6)", officing_poll_result_path(Poll.last, 1) %>
+ 17/10/2016
+ Other Officer (otherofficer@email.com)
+ 350
+
+
+
+
+ <%= t("officing.results.index.total_votes") %>
+ 474
+
+
+
diff --git a/app/views/officing/results/new.html.erb b/app/views/officing/results/new.html.erb
index bb40dff9e..178efbadd 100644
--- a/app/views/officing/results/new.html.erb
+++ b/app/views/officing/results/new.html.erb
@@ -1 +1,38 @@
-results new
\ No newline at end of file
+<%= t("officing.results.new.title") %>
+
+
diff --git a/app/views/officing/results/show.html.erb b/app/views/officing/results/show.html.erb
index b3ca8e29c..4c7b88e00 100644
--- a/app/views/officing/results/show.html.erb
+++ b/app/views/officing/results/show.html.erb
@@ -1 +1,50 @@
-results show
\ No newline at end of file
+<%= render 'shared/back_link' %>
+
+<%= t("officing.results.show.title", booth: "Booth Name (1)") %>
+
+
+
+
+ <%= t("officing.shared.filter_date") %>
+
+
+
+
+
+ <%= t("officing.shared.filter_officer") %>
+
+
+
+
+
+
+
+ <%= t("officing.shared.date") %>
+ <%= t("officing.shared.officer") %>
+ <%= t("officing.shared.votes_number") %>
+
+
+
+
+ 14/10/2016
+ Officer Name (officer@email.com)
+ 124
+
+
+ 17/10/2016
+ Other Officer (otherofficer@email.com)
+ 350
+
+
+ 18/10/2016
+ Officer number 3 (officer3@email.com)
+ 100
+
+
+
+
+ <%= t("officing.results.index.total_votes") %>
+ 574
+
+
+
diff --git a/app/views/officing/voters/new.html.erb b/app/views/officing/voters/new.html.erb
index 37edfd788..2042f7acb 100644
--- a/app/views/officing/voters/new.html.erb
+++ b/app/views/officing/voters/new.html.erb
@@ -1,7 +1,7 @@
<%= t("officing.voters.new.title") %>