From ec729ee1e15674657c213320a0bd0f9c4a8ca83b Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 7 Feb 2017 10:46:46 +0100 Subject: [PATCH] removes total question count text on polls show --- app/views/polls/show.html.erb | 4 ---- config/locales/en.yml | 1 - config/locales/es.yml | 1 - 3 files changed, 6 deletions(-) diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 5413ce945..8178928b6 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -8,10 +8,6 @@ <%= back_link_to polls_path %>

<%= @poll.name %>

-

- <%= t("polls.show.question_count_html", - count: @poll.questions.count) %> -