Merge branch 'revert-600940ba' into 'master'
Revert "Merge branch 'basic-login' into 'master'" See merge request !8
Showing
| ... | @@ -65,5 +65,4 @@ end | ... | @@ -65,5 +65,4 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | ||
| gem 'bcrypt', '~> 3.1', '>= 3.1.12' | gem 'bcrypt', '~> 3.1', '>= 3.1.12' | ||
| gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | \ No newline at end of file | ||
| \ No newline at end of file |
app/assets/stylesheets/application.css
0 → 100644
app/helpers/sessions_helper.rb
deleted
100644 → 0
app/views/sessions/new.html.erb
deleted
100644 → 0
test/integration/users_login_test.rb
deleted
100644 → 0
Please
register
or
sign in
to comment