Login with pod_name
This commit is contained in:
parent
51661091d5
commit
d5aefaa64c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<% content_for :page_title do %>
|
<% content_for :page_title do %>
|
||||||
<%= "Diaspora* / #{t('devise.sessions.new.sign_in')}" %>
|
<%= "#{AppConfig[:pod_name]} / #{t('devise.sessions.new.sign_in')}" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<h1 id="huge-text">
|
<h1 id="huge-text">
|
||||||
DIASPORA
|
<%= AppConfig[:pod_name] %>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => {:class => "form-horizontal block-form"}, :autocomplete => 'off') do |f| %>
|
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => {:class => "form-horizontal block-form"}, :autocomplete => 'off') do |f| %>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue