Fixed link back from moderation dashboard to root_path

Passing the organization name to the locale yml file
This commit is contained in:
Manuel Ortega
2017-11-15 19:23:03 +01:00
parent b8877fd1ec
commit 0a2dae8672

View File

@@ -1,4 +1,4 @@
<%= link_to t("admin.dashboard.index.back") + " " + setting['org_name'], root_path, class: "button float-right" %> <%= link_to t("admin.dashboard.index.back", org: setting['org_name']), root_path, class: "button float-right" %>
<h2 class="inline-block"><%= t("moderation.dashboard.index.title") %></h2> <h2 class="inline-block"><%= t("moderation.dashboard.index.title") %></h2>