Sha256: dae0496f05438c2a2cef93b97316591a2aa0df14dcaf7e9c6096324ed13d47c2

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

<% if !@person.location.blank? %>
  <div id="static_map">
    <h2><%= t 'kinney.people.map.grew_up_in', :location => @person.location %></h2>
    <%= image_tag "http://maps.googleapis.com/maps/api/staticmap?center=#{@person.location}&zoom=8&size=570x570&scale=1&sensor=false&markers=size:small%7Ccolor:red%7C#{@person.location}" %>
  </div>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kinney-0.1.1 app/views/kinney/people/_map.html.erb
kinney-0.1.0 app/views/kinney/people/_map.html.erb
kinney-0.0.3 app/views/kinney/people/_map.html.erb
kinney-0.0.2 app/views/kinney/people/_map.html.erb
kinney-0.0.1 app/views/kinney/people/_map.html.erb