diff --git a/app/views/as/_list_record.html.erb b/app/views/as/_list_record.html.erb index af97ccf..0c29914 100644 --- a/app/views/as/_list_record.html.erb +++ b/app/views/as/_list_record.html.erb @@ -4,7 +4,7 @@ record = list_record if list_record # compat with render :partial :collection columns ||= list_columns tr_class = cycle("", "even-record") -tr_class += " #{list_row_class(record)}" if respond_to? :list_row_class +tr_class += " #{list_row_class(record)}" url_options = params_for(:action => :list, :id => record.id) action_links ||= active_scaffold_config.action_links.member -%> diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 62e889d..1bc86c1 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -24,11 +24,11 @@
-
+
<%= render 'pages/home/headlines' %> <%= render 'pages/shared/action' %>
-
+
<%= render 'pages/home/slides' %>