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

- if @gui_functions && @gui_functions.count > 0
  = render "index_core", :gui_functions => @gui_functions

= render :partial => 'shared/create_link', :locals => {:child_class => GuiFunction}