Skip to content

Commit

Permalink
don't need more_extended_metadata id anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Feb 15, 2010
1 parent 25f780c commit f02084d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/layouts/_form.html.haml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/pages/_fields.html.haml
Expand Up @@ -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
Expand Down

0 comments on commit f02084d

Please sign in to comment.