diff options
author | spag <spag@golwen.net> | 2013-01-16 09:28:55 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-16 09:28:55 +0100 |
commit | 3880e410353f1e80a938e110c04c2b3629ab5eb6 (patch) | |
tree | 793d44cfafcc3925684309c1650b922842828a01 /app/views/gui_functions/index.html.haml | |
parent | 1debae060b1c4a816f4565ad55490fee61c6472b (diff) | |
parent | 6635621faeebbc8dd744e0ad71741f9e82aed1f8 (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/gui_functions/index.html.haml')
-rw-r--r-- | app/views/gui_functions/index.html.haml | 3 |
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 |