makes sure setting helper is used in views

This commit is contained in:
Juanjo Bazán
2016-07-08 14:42:28 +02:00
parent 37fc96f884
commit 7f01dbdca2
7 changed files with 11 additions and 11 deletions

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") + " " + setting['org_name'], root_path, class: "button float-right" %>
<h2 class="inline-block"><%= t("admin.dashboard.index.title") %></h2>