diff options
Diffstat (limited to 'app/views/gui_functions/index.html.haml')
-rw-r--r-- | app/views/gui_functions/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/gui_functions/index.html.haml b/app/views/gui_functions/index.html.haml new file mode 100644 index 0000000..ef909f0 --- /dev/null +++ b/app/views/gui_functions/index.html.haml @@ -0,0 +1,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}
\ No newline at end of file |