From 471860ea415444f099abc8386283b9cbf1602d08 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 9 Oct 2017 19:44:58 +0200 Subject: [PATCH] puts content on a table for polls questions answers show --- .../poll/questions/answers/show.html.erb | 41 +++++++++---------- config/locales/en/admin.yml | 1 + config/locales/es/admin.yml | 1 + 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/app/views/admin/poll/questions/answers/show.html.erb b/app/views/admin/poll/questions/answers/show.html.erb index e6e0244a0..83249f606 100644 --- a/app/views/admin/poll/questions/answers/show.html.erb +++ b/app/views/admin/poll/questions/answers/show.html.erb @@ -1,6 +1,6 @@ <%= back_link_to %> -<%= link_to t('shared.edit'), edit_admin_answer_path(@answer), +<%= link_to t("admin.answers.show.edit"), edit_admin_answer_path(@answer), class: "button hollow float-right" %>