wip
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 6 additions, 6 deletionsGemfile.lock
- app/assets/stylesheets/extranet/layout/_nav.sass 12 additions, 0 deletionsapp/assets/stylesheets/extranet/layout/_nav.sass
- app/assets/stylesheets/extranet/layout/_typography.sass 1 addition, 1 deletionapp/assets/stylesheets/extranet/layout/_typography.sass
- app/assets/stylesheets/extranet/pages/_home.sass 2 additions, 0 deletionsapp/assets/stylesheets/extranet/pages/_home.sass
- app/views/extranet/application/_nav.html.erb 8 additions, 3 deletionsapp/views/extranet/application/_nav.html.erb
- app/views/extranet/cohorts/show.html.erb 1 addition, 1 deletionapp/views/extranet/cohorts/show.html.erb
- app/views/extranet/home/index.html.erb 1 addition, 1 deletionapp/views/extranet/home/index.html.erb
- app/views/extranet/persons/_person.html.erb 17 additions, 12 deletionsapp/views/extranet/persons/_person.html.erb
- config/routes/extranet.rb 2 additions, 2 deletionsconfig/routes/extranet.rb
... | ... | @@ -21,7 +21,7 @@ gem 'delayed_job_web' |
gem 'devise' | ||
gem 'devise-i18n' | ||
gem 'enum_help' | ||
gem 'faceted_search'#, path: '../faceted_search' | ||
gem 'faceted_search'#, path: '../../noesya/faceted_search' | ||
gem 'front_matter_parser' | ||
gem 'gdpr' | ||
gem 'gitlab' | ||
... | ... |
Please register or sign in to comment