diff options
| author | jpl | 2016-11-22 16:44:45 +0100 |
|---|---|---|
| committer | jpl | 2016-11-22 17:59:37 +0100 |
| commit | 540b2b720791875b8a774cd53d9a49c29c610e37 (patch) | |
| tree | 5d66346eedbc3c5053e950450eb645f98cc770bb /app/helpers/application_helper.rb | |
| parent | f12aad6a79ba71d59f30c1ae977babfa8d0d248f (diff) | |
| download | chouette-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.rb | 2 |
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" |
