no trailing slash on pod url on login page. it just looks weird

This commit is contained in:
maxwell 2010-12-13 18:21:50 -08:00
parent 7e3b2c6afd
commit e3e3fd13e5

View file

@ -12,7 +12,7 @@
= f.label :username , t('username')
= f.text_field :username
%p.user_network
="@#{APP_CONFIG[:pod_uri].host}/"
="@#{APP_CONFIG[:pod_uri].host}"
%p
= f.label :password , t('password')