includes description text on admin dashboard index
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
<span class="icon-stats"></span>
|
||||
<%= t("admin.menu.stats") %>
|
||||
<% end %>
|
||||
<div class="float-right">
|
||||
<%= link_to root_path do %>
|
||||
<%= t("admin.dashboard.index.back") + " " + setting['org_name'] %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<h2 class="inline-block"><%= t("admin.dashboard.index.title") %></h2>
|
||||
|
||||
<p><%= t("admin.dashboard.index.description", org: setting['org_name']) %></p>
|
||||
|
||||
@@ -216,6 +216,7 @@ en:
|
||||
index:
|
||||
back: Go back to
|
||||
title: Administration
|
||||
description: Welcome to the %{org} admin panel.
|
||||
debates:
|
||||
index:
|
||||
filter: Filter
|
||||
|
||||
@@ -216,6 +216,7 @@ es:
|
||||
index:
|
||||
back: Volver a
|
||||
title: Administración
|
||||
description: Bienvenido al panel de administración de %{org}.
|
||||
debates:
|
||||
index:
|
||||
filter: Filtro
|
||||
|
||||
Reference in New Issue
Block a user