소스 검색

Update login form messaging

master
Dylan Baker 4 년 전
부모
커밋
a0c8e4fdfa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/views/login.erb

+ 1
- 1
web/views/login.erb 파일 보기

@@ -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…
취소
저장