summaryrefslogtreecommitdiff
path: root/app/views/gui_functions/index.html.haml
blob: 9b539187f7d3d2089f98555eb7e81aa9ecda469d (plain)
1
2
3
4
5
6
7
- title t("gui_functions.index.page_title")

- if @gui_functions && @gui_functions.count > 0
  - 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}