From: Imre Farkas ifarkas@redhat.com
--- src/app/views/layouts/_filter_table.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/views/layouts/_filter_table.html.haml b/src/app/views/layouts/_filter_table.html.haml index 83ef88b..453266c 100644 --- a/src/app/views/layouts/_filter_table.html.haml +++ b/src/app/views/layouts/_filter_table.html.haml @@ -20,7 +20,7 @@ - if !rows.any? %tr %td{:colspan => columns.size}= t('search.no_results') - = rows.collect {|row| capture_haml(row, &block)}.to_s.html_safe + = rows.collect {|row| capture_haml(row, &block)}.join.html_safe
- if content_for? form_footer %fieldset.options
From: Imre Farkas ifarkas@redhat.com
--- src/app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/views/layouts/application.html.haml b/src/app/views/layouts/application.html.haml index 242b111..2e66958 100644 --- a/src/app/views/layouts/application.html.haml +++ b/src/app/views/layouts/application.html.haml @@ -52,4 +52,4 @@ = content_for :footer do %p.copyright!= t('layout.copyright')
-= render :file => "/app/views/layouts/converge-ui/shell_layout" += render :file => "app/views/layouts/converge-ui/shell_layout"
aeolus-devel@lists.fedorahosted.org