Merge branch 'master' of github.com:noesya/osuny
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/admin/appstack.sass 4 additions, 0 deletionsapp/assets/stylesheets/admin/appstack.sass
- app/controllers/admin/communication/websites_controller.rb 2 additions, 2 deletionsapp/controllers/admin/communication/websites_controller.rb
- app/helpers/admin/application_helper.rb 1 addition, 1 deletionapp/helpers/admin/application_helper.rb
- app/models/communication/website/imported/page.rb 2 additions, 0 deletionsapp/models/communication/website/imported/page.rb
- app/models/communication/website/imported/post.rb 2 additions, 0 deletionsapp/models/communication/website/imported/post.rb
- app/views/admin/communication/websites/import.html.erb 12 additions, 4 deletionsapp/views/admin/communication/websites/import.html.erb
- app/views/admin/dashboard/index.html.erb 5 additions, 1 deletionapp/views/admin/dashboard/index.html.erb
... | ... | @@ -29,6 +29,7 @@ gem 'country_select' |
gem 'breadcrumbs_on_rails' | ||
gem 'simple-navigation' | ||
gem 'kaminari' | ||
gem 'bootstrap5-kaminari-views' | ||
gem 'octokit' | ||
gem 'front_matter_parser' | ||
gem 'two_factor_authentication', git: 'https://github.com/noesya/two_factor_authentication.git' | ||
... | ... |
Please register or sign in to comment