lib/iqvoc/configuration/core.rb in iqvoc-4.12.1 vs lib/iqvoc/configuration/core.rb in iqvoc-4.13.0
- old
+ new
@@ -26,12 +26,10 @@
self.localized_routes = [] # routing extensibility hook
self.core_assets = %w(
manifest.css
manifest.js
- iqvoc/ie_fixes.css
- html5shiv/dist/html5shiv.js
*.png
*.jpg
*.jpeg
*.gif
*.svg
@@ -44,10 +42,10 @@
text: 'Dashboard',
href: proc { dashboard_path },
controller: 'dashboard',
:authorized? => proc { can? :use, :dashboard }
}, {
- text: 'Scheme',
+ text: proc { t('txt.views.navigation.scheme') },
href: proc { scheme_path },
controller: 'concepts/scheme',
:authorized? => proc { can? :read, Iqvoc::Concept.root_class.instance }
}, {
text: proc { ::Concept::Base.model_name.human(count: 2) },