changes h2 titles upcase to prevent broke specs

This commit is contained in:
decabeza
2017-09-21 00:58:39 +02:00
parent 1b3292690a
commit 80e24d6c13
4 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
<div class="float-right">
<%= link_to root_path do %>
<%= t("admin.dashboard.index.back") + " " + setting['org_name'] %>
<%= t("admin.dashboard.index.back", org: setting['org_name']) %>
<% end %>
</div>
<h2 class="inline-block"><%= t("admin.dashboard.index.title") %></h2>
<h2 class="title inline-block"><%= t("admin.dashboard.index.title") %></h2>
<p><%= t("admin.dashboard.index.description", org: setting['org_name']) %></p>