From f02084dc9fdd26178862ce713fa126670fe48f81 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Mon, 15 Feb 2010 01:30:43 -0500 Subject: [PATCH] don't need more_extended_metadata id anymore --- app/views/admin/layouts/_form.html.haml | 2 +- app/views/admin/pages/_fields.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/layouts/_form.html.haml b/app/views/admin/layouts/_form.html.haml index 7841d99e2..30897158d 100644 --- a/app/views/admin/layouts/_form.html.haml +++ b/app/views/admin/layouts/_form.html.haml @@ -17,7 +17,7 @@ = f.text_field :content_type, :maxlength => 40, :class => "textbox" = render_region :extended_metadata %p.more_or_less - %a{:id=>"more_extended_metadata", :href=>'#', :class => "rounded_bottom_right rounded_bottom_left #{(meta_errors? ? 'more' : 'less')}"}= meta_label + %a{:href=>'#extended_metadata', :class => "rounded_bottom_right rounded_bottom_left #{(meta_errors? ? 'more' : 'less')}"}= meta_label - form.edit_content do %p.content = f.label :layout_content, "Body" diff --git a/app/views/admin/pages/_fields.html.haml b/app/views/admin/pages/_fields.html.haml index 6ec7ee4f0..5e8b92f41 100644 --- a/app/views/admin/pages/_fields.html.haml +++ b/app/views/admin/pages/_fields.html.haml @@ -14,7 +14,7 @@ = render :partial => "meta_row", :collection => @meta, :locals => {:f => fields} = render_region :extended_metadata, :locals => {:f => fields} %p.more_or_less - %a{:id=>"more_extended_metadata", :href=>'#',:class => "rounded_bottom_right rounded_bottom_left #{(meta_errors? ? 'more' : 'less')}"}= meta_label + %a{:href=>'#extended_metadata',:class => "rounded_bottom_right rounded_bottom_left #{(meta_errors? ? 'more' : 'less')}"}= meta_label - form.edit_page_parts do #tab_control #tabs.tabs