Explorar el Código

Update login form messaging

master
Dylan Baker hace 4 años
padre
commit
a0c8e4fdfa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/views/login.erb

+ 1
- 1
web/views/login.erb Ver fichero

@@ -1,6 +1,6 @@
1 1
 <div class="container">
2
-  <h2 class="container__heading">Login</h2>
3 2
   <form class="form form--login" action="/login" method="POST">
3
+    <p>Log in with your VLV credentials</p>
4 4
     <% if error_message %>
5 5
       <p class="error"><%= error_message %></p>
6 6
     <% end %>

Loading…
Cancelar
Guardar