Skip to content
Extraits de code Groupes Projets
Valider e3e3fd13 rédigé par maxwell's avatar maxwell
Parcourir les fichiers

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

parent 7e3b2c6a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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')
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter