Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JuzerShakir committed Dec 4, 2023
1 parent 0b9660c commit daf34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sessions/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="col-xl-4 col-lg-6 col-md-8 col-sm-9 bg-white bg-opacity-50 shadow-lg border border-2 border-success-subtle rounded-4 mx-auto mt-4 p-4 pt-0">
<%= simple_form_for :sessions, url: signup_path do |f| %>
<%= f.input :its, label: "ITS", hint: "Guest ITS: 12345678" %>
<%= f.input :its, label: "ITS", hint: "Guest ITS: 12345678" %>
<%= f.input :password, hint: "Guest Password: 123456" %>

<%= f.button :submit, value: "Login" %>
Expand Down

0 comments on commit daf34f5

Please sign in to comment.