summaryrefslogtreecommitdiff
path: root/app/views/gui_functions/index.html.haml
blob: b0a7d185f74ad0e888471c54654bffb73f69c0c4 (plain)
1
2
3
4
5
6
7
- content_for :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}