mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Add Gems for smart annotations (atwho)
This commit is contained in:
parent
5d0e80a5e1
commit
23e60e0d01
3 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -65,6 +65,8 @@ gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
|
|||
gem 'quill-rails', # Rich text editor
|
||||
git: 'https://github.com/biosistemika/quill-rails.git',
|
||||
ref: 'e765c04'
|
||||
gem 'base62' # Used for smart annotations
|
||||
gem 'jquery-atwho-rails' # Used for smart annotations
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
//= require jquery-ui/draggable
|
||||
//= require jquery-ui/droppable
|
||||
//= require jquery.ui.touch-punch.min
|
||||
//= require jquery.atwho
|
||||
//= require hammer
|
||||
//= require introjs
|
||||
//= require js.cookie
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
*= require_self
|
||||
*= require_tree .
|
||||
*= require jquery-ui/draggable
|
||||
*= require jquery.atwho
|
||||
*= require rails_bootstrap_forms
|
||||
*= require bootstrap-select
|
||||
*= require constants
|
||||
|
|
Loading…
Reference in a new issue