add layout header and footer
Showing
| ... | ... | @@ -10,7 +10,7 @@ gem 'sqlite3', '~> 1.4' |
| # Use Puma as the app server | ||
| gem 'puma', '~> 5.0' | ||
| # Use SCSS for stylesheets | ||
| gem 'sass-rails', '>= 6' | ||
| gem 'sass-rails', '~> 6.0' | ||
| # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | ||
| gem 'webpacker', '~> 5.0' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | ... |
app/assets/images/logo.png
0 → 100644
6.55 KB
app/assets/stylesheets/static_pages.scss
0 → 100644
app/controllers/static_pages_controller.rb
0 → 100644
app/helpers/static_pages_helper.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/layouts/_shim.html.erb
0 → 100644
app/views/static_pages/help.html.erb
0 → 100644
app/views/static_pages/home.html.erb
0 → 100644
Please
register
or
sign in
to comment