8 Commits

Author SHA1 Message Date
17e3f2e100 Do not display application menu links with current url
Add "Recover password" link
2023-04-13 01:48:47 +02:00
3f2a92a6e5 Test "sign in" 2023-04-12 23:23:37 +02:00
b54fcebf8c Fix focus on form submit button 2023-04-11 00:38:16 +02:00
a46c41197c Add images to session links 2023-04-08 04:19:36 +02:00
7d0da45653 Add linked SVG image to button 2023-04-08 00:31:59 +02:00
d9943752e8 Style form as table 2023-04-07 17:37:17 +02:00
deaf0fa73b Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
  status:integer
2023-03-11 22:56:32 +01:00
6d2d12a9da rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
  --skip-action-text --skip-active-job --skip-active-storage
  --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
  --skip-bundle .
2023-03-05 19:23:29 +01:00