]> cat aescling's git repositories - mastodon.git/commit
Customizing devise views and controllers
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 5 Mar 2016 21:43:05 +0000 (22:43 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 5 Mar 2016 21:43:05 +0000 (22:43 +0100)
commit6045b6cb1880b27e8b21799b9501a794a5f5b88b
tree415169b028c44d15da6a4ddaf152175ff8f1fcc0
parent7e93da3f8d31041034ba4eece5ee7a2cec5cfd2b
Customizing devise views and controllers
19 files changed:
app/assets/images/background-photo.jpg [new file with mode: 0644]
app/assets/stylesheets/application.scss
app/controllers/auth/passwords_controller.rb [new file with mode: 0644]
app/controllers/auth/registrations_controller.rb [new file with mode: 0644]
app/controllers/auth/sessions_controller.rb [new file with mode: 0644]
app/models/account.rb
app/models/user.rb
app/views/auth/mailer/password_change.html.erb [new file with mode: 0644]
app/views/auth/mailer/reset_password_instructions.html.erb [new file with mode: 0644]
app/views/auth/passwords/edit.html.erb [new file with mode: 0644]
app/views/auth/passwords/new.html.haml [new file with mode: 0644]
app/views/auth/registrations/edit.html.haml [new file with mode: 0644]
app/views/auth/registrations/new.html.haml [new file with mode: 0644]
app/views/auth/sessions/new.html.haml [new file with mode: 0644]
app/views/auth/shared/_links.html.haml [new file with mode: 0644]
app/views/home/index.html.haml
app/views/layouts/application.html.haml
app/views/layouts/auth.html.haml [new file with mode: 0644]
config/routes.rb