adjust templates, add timezone and locale

This commit is contained in:
Alex Turchyn
2023-06-30 01:26:13 +03:00
parent d0c7d449d5
commit c904d51302
47 changed files with 331 additions and 171 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<%= f.password_field :password, required: user.new_record?, class: 'base-input' %>
</div>
</div>
<div class="form-control">
<div class="form-control pt-2">
<%= f.button button_title, class: 'base-button' %>
</div>
<% end %>