We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de7f44 commit 8639895Copy full SHA for 8639895
app/views/active_admin/devise/sessions/new.html.erb
@@ -1,5 +1,5 @@
1
<div id="login">
2
- <h2><%= title "#{active_admin_application.site_title} #{t('active_admin.devise.login.title')}" %></h2>
+ <h2><%= title "#{render_or_call_method_or_proc_on(self, active_admin_application.site_title)} #{t('active_admin.devise.login.title')}" %></h2>
3
4
<% scope = Devise::Mapping.find_scope!(resource_name) %>
5
<%= active_admin_form_for(resource, :as => resource_name, :url => send(:"#{scope}_session_path"), :html => { :id => "session_new" }) do |f|
0 commit comments