Skip to content

Commit

Permalink
fixed placemark partial path
Browse files Browse the repository at this point in the history
  • Loading branch information
molily committed Dec 8, 2009
1 parent 7693a4e commit 3777ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vrame/shared/meta_editor/_meta_field.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<% when JsonObject::Types::Placemark %>

<%= render :partial => 'placemark', :locals => {
<%= render :partial => 'vrame/shared/meta_editor/placemark', :locals => {
:field_name => field_name,
:field_id => field_id,
:parent => parent,
Expand Down

0 comments on commit 3777ebe

Please sign in to comment.