diff --git a/app/views/admin/tags/index.html.erb b/app/views/admin/tags/index.html.erb
index f22321f38..787fad46a 100644
--- a/app/views/admin/tags/index.html.erb
+++ b/app/views/admin/tags/index.html.erb
@@ -1,39 +1,40 @@
-
- <%= f.label :name, t("admin.tags.name.placeholder") %>
- <%= f.text_field :name, placeholder: t("admin.tags.name.placeholder"), label: false %>
-
-
+
+ <%= f.label :name, t("admin.tags.name.placeholder") %>
+ <%= f.text_field :name, placeholder: t("admin.tags.name.placeholder"), label: false %>
<%= f.submit(t("admin.tags.create"), class: "button success") %>
-
<% end %>
-
<%= t("admin.tags.index.title") %>: <%= page_entries_info @tags %>
+
+
<%= t("admin.tags.index.title") %>: <%= page_entries_info @tags %>
+
+ | <%= t("admin.tags.index.title") %> |
+ <%= t("admin.actions.actions") %> |
+
+
<% @tags.each do |tag| %>
- |
+ |
<%= form_for(tag,
url: admin_tag_path(tag),
as: :tag,
- html: { id: "edit_tag_#{tag.id}", class: "text-right"}) do |f| %>
+ html: { id: "edit_tag_#{tag.id}"}) do |f| %>
-
- <%= tag.name %>
-
-
- <%= link_to t("admin.tags.destroy"), admin_tag_path(tag), method: :delete, class: "button hollow alert on-hover" %>
+ <%= tag.name %>
<% end %>
|
+
+ <%= link_to t("admin.tags.destroy"), admin_tag_path(tag), method: :delete, class: "button hollow alert" %>
+ |
<% end %>
+
<%= paginate @tags %>
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml
index dfe92305d..cf1f83a2a 100644
--- a/config/locales/en/admin.yml
+++ b/config/locales/en/admin.yml
@@ -901,11 +901,12 @@ en:
total: Total
proposals_with_notifications: Proposals with notifications
tags:
- create: Create Topic
- destroy: Destroy Topic
+ create: Create topic
+ destroy: Destroy topic
index:
add_tag: Add a new proposal topic
title: Proposal topics
+ topic: Topic
name:
placeholder: Type the name of the topic
users:
diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml
index 289546bab..a4a377854 100644
--- a/config/locales/es/admin.yml
+++ b/config/locales/es/admin.yml
@@ -903,11 +903,12 @@ es:
total: Total
proposals_with_notifications: Propuestas con notificaciones
tags:
- create: Crear Tema
- destroy: Eliminar Tema
+ create: Crear tema
+ destroy: Eliminar tema
index:
add_tag: AƱade un nuevo tema de propuesta
title: Temas de propuesta
+ topic: Tema
name:
placeholder: Escribe el nombre del tema
users: