aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorjpl2016-11-22 16:44:45 +0100
committerjpl2016-11-22 17:59:37 +0100
commit540b2b720791875b8a774cd53d9a49c29c610e37 (patch)
tree5d66346eedbc3c5053e950450eb645f98cc770bb /app/helpers/application_helper.rb
parentf12aad6a79ba71d59f30c1ae977babfa8d0d248f (diff)
downloadchouette-core-540b2b720791875b8a774cd53d9a49c29c610e37.tar.bz2
Refs #2019: Create table helper for views
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 132b7dcaa..49bc67ce7 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,6 +1,6 @@
module ApplicationHelper
- include RefobjectsHelper
+ include NewfrontHelper
def font_awesome_classic_tag(name)
name = "fa-file-text-o" if name == "fa-file-csv-o"