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" %>
@@ -10,23 +10,22 @@
-
-
-
- <%= t("admin.answers.show.title") %>
-
- <%= @answer.title %>
-
-
-
- <%= t("admin.answers.show.description") %>
- <%= @answer.description %>
-
-
-
- <%= t("admin.answers.show.images") %>
-
- <%= link_to t("admin.answers.show.images_list"), admin_answer_images_path(@answer) %>
-
-
-
+
+
+
+ | <%= t("admin.answers.show.title") %> |
+ <%= t("admin.answers.show.description") %> |
+ <%= t("admin.answers.show.images") %> |
+
+
+
+
+ | <%= @answer.title %> |
+ <%= @answer.description %> |
+
+ (<%= @answer.images.count %>)
+ <%= link_to t("admin.answers.show.images_list"), admin_answer_images_path(@answer) %>
+ |
+
+
+
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml
index 6a30235e0..2d085079a 100644
--- a/config/locales/en/admin.yml
+++ b/config/locales/en/admin.yml
@@ -619,6 +619,7 @@ en:
description: Description
images: Images
images_list: Images list
+ edit: Edit answer
edit:
title: Edit answer
videos:
diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml
index 9d4af1e81..d068b15ed 100644
--- a/config/locales/es/admin.yml
+++ b/config/locales/es/admin.yml
@@ -621,6 +621,7 @@ es:
description: Descripción
images: Imágenes
images_list: Lista de imágenes
+ edit: Editar respuesta
edit:
title: Editar respuesta
videos: