merge
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 56 additions, 57 deletionsGemfile.lock
- app/assets/javascripts/application/plugins/summernote.js 2 additions, 32 deletionsapp/assets/javascripts/application/plugins/summernote.js
- app/assets/stylesheets/extranet/pages/_posts.sass 30 additions, 0 deletionsapp/assets/stylesheets/extranet/pages/_posts.sass
- app/controllers/admin/research/journals/volumes_controller.rb 1 addition, 1 deletion...controllers/admin/research/journals/volumes_controller.rb
- app/models/communication/extranet.rb 28 additions, 29 deletionsapp/models/communication/extranet.rb
- app/views/admin/application/featured_image/_edit.html.erb 2 additions, 1 deletionapp/views/admin/application/featured_image/_edit.html.erb
- app/views/extranet/posts/posts/show.html.erb 8 additions, 1 deletionapp/views/extranet/posts/posts/show.html.erb
- test/fixtures/communication/extranets.yml 28 additions, 29 deletionstest/fixtures/communication/extranets.yml
- test/models/communication/extranet_test.rb 28 additions, 29 deletionstest/models/communication/extranet_test.rb
... | ... | @@ -61,7 +61,7 @@ gem "simple_form" |
gem "simple_form_bs5_file_input"#, path: "../simple_form_bs5_file_input" | ||
gem "simple_form_password_with_hints"#, path: "../simple_form_password_with_hints" | ||
gem "sprockets-rails", "~> 3.4" | ||
gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: "feature/cleaner" | ||
gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git" | ||
# gem "summernote-rails", path: "../summernote-rails" | ||
gem "two_factor_authentication", git: "https://github.com/noesya/two_factor_authentication.git" | ||
# gem "two_factor_authentication", path: "../two_factor_authentication" | ||
... | ... |
Please register or sign in to comment