summaryrefslogtreecommitdiff
path: root/app/views/gs_parameters/index.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 11:45:46 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 11:45:46 +0100
commit7b1295884861b222e441f431089ea3a6d99fd569 (patch)
treebad56b6f9cfd63130f790806665505c3a44c4874 /app/views/gs_parameters/index.html.haml
parentc0c87dc9a80d7bf7f6dd7a779a6519a0e1425c5c (diff)
Started to fragment cache gs_parameter views.
Diffstat (limited to 'app/views/gs_parameters/index.html.haml')
-rw-r--r--app/views/gs_parameters/index.html.haml24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/views/gs_parameters/index.html.haml b/app/views/gs_parameters/index.html.haml
index 753e64b..51957b6 100644
--- a/app/views/gs_parameters/index.html.haml
+++ b/app/views/gs_parameters/index.html.haml
@@ -1,15 +1,15 @@
- title t("gs_parameters.index.page_title")
- if @gs_parameters && @gs_parameters.count > 0
- - if @sections
- %table
- - @sections.each do |section|
- %tr
- %td{:colspan => 3}
- %h3= section
- = render "index_core", :gs_parameters => @gs_parameters.where(:section => section)
- - else
- %table
- = render "index_core", :gs_parameters => @gs_parameters
-
-= render :partial => 'shared/create_link', :locals => {:child_class => GsParameter} \ No newline at end of file
+ - cache([@ps_parameters_unordered.order(:updated_at).last, @ps_parameters_unordered.pluck(:id)]) do
+ - if @sections
+ %table
+ - @sections.each do |section|
+ %tr
+ %td{:colspan => 3}
+ %h3= section
+ / Template Dependency: gs_parameters/index_core
+ = render "index_core", :gs_parameters => @gs_parameters.where(:section => section)
+ - else
+ %table
+ = render "index_core", :gs_parameters => @gs_parameters