no trailing slash on pod url on login page. it just looks weird
This commit is contained in:
parent
7e3b2c6afd
commit
e3e3fd13e5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
= f.label :username , t('username')
|
= f.label :username , t('username')
|
||||||
= f.text_field :username
|
= f.text_field :username
|
||||||
%p.user_network
|
%p.user_network
|
||||||
="@#{APP_CONFIG[:pod_uri].host}/"
|
="@#{APP_CONFIG[:pod_uri].host}"
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= f.label :password , t('password')
|
= f.label :password , t('password')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue