summaryrefslogtreecommitdiff
path: root/app/views/gui_functions/index.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-15 22:01:14 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-15 22:01:14 +0100
commit40a879fb6a3db4db302eb5113586901eb45b3279 (patch)
treece7c1db61f85d3980baeb7695650c7bb3f3a4f8f /app/views/gui_functions/index.html.haml
parent96fc4789d9991548b9fd1144f185da1f3464f156 (diff)
parentd44b8c81f939deb1e83e17d19c580b3bf6ac9ab6 (diff)
Merge branch 'abilities_for_gui_functions' into develop
Diffstat (limited to 'app/views/gui_functions/index.html.haml')
-rw-r--r--app/views/gui_functions/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/gui_functions/index.html.haml b/app/views/gui_functions/index.html.haml
index ef909f0..9b53918 100644
--- a/app/views/gui_functions/index.html.haml
+++ b/app/views/gui_functions/index.html.haml
@@ -1,6 +1,7 @@
- title t("gui_functions.index.page_title")
- if @gui_functions && @gui_functions.count > 0
- = render "index_core", :gui_functions => @gui_functions
+ - cache(['gui_functions_table', I18n.locale, @gui_functions.reorder(:updated_at).last, @gui_functions.count]) do
+ = render "index_core", :gui_functions => @gui_functions
= render :partial => 'shared/create_link', :locals => {:child_class => GuiFunction} \ No newline at end of file