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 %>
|
||||
<%= "Diaspora* / #{t('devise.sessions.new.sign_in')}" %>
|
||||
<%= "#{AppConfig[:pod_name]} / #{t('devise.sessions.new.sign_in')}" %>
|
||||
<% end %>
|
||||
|
||||
<div id="login">
|
||||
<h1 id="huge-text">
|
||||
DIASPORA
|
||||
<%= AppConfig[:pod_name] %>
|
||||
</h1>
|
||||
|
||||
<%= 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