Skip to content

Commit

Permalink
Fixed iframe link
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehopepunk committed Mar 3, 2009
1 parent 6eff182 commit 0255736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/regions/show.iframe.erb
Expand Up @@ -10,7 +10,7 @@

<p>Do you grow, cook or sell food, or provide resources to help others who do? If so, then
<%= link_to "click here", new_region_pin_url(@region), :target => '_blank' %> to tell your
local community about it, or <%= link_to "explore the map here", (@area ? region_area_url(@region, @area) : region_url(@region)) %>.</p>
local community about it, or <%= link_to "explore the map here", (@area ? region_area_url(@region, @area) : region_url(@region), :target => '_blank') %>.</p>

</div>

Expand Down

0 comments on commit 0255736

Please sign in to comment.