Sha256: b701930f2df6f6ee588cab738b91dda9eee1a442a93a9967b9b0e5ed3768087d

Contents?: true

Size: 531 Bytes

Versions: 6

Compression:

Stored size: 531 Bytes

Contents

<% case map_options.try(:[], :provider)  %>
<% when "mapquest" %>
<div id="<%= gmaps4rails_map_id(map_options) %>" style="width:750px; height:475px;">
  <!-- TODO: change this style dynamically -->  
</div>
<% when "bing" %>
  <div id="<%= gmaps4rails_map_id(map_options) %>" class="<%= gmaps4rails_map_class(map_options) %>"></div>
<% else %>
<div class="<%= gmaps4rails_container_class(map_options) %>"> 
  <div id="<%= gmaps4rails_map_id(map_options) %>" class="<%= gmaps4rails_map_class(map_options) %>"></div>
</div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gmaps4rails-1.4.8 app/views/gmaps4rails/_html.html.erb
gmaps4rails-1.4.7 app/views/gmaps4rails/_html.html.erb
gmaps4rails-1.4.6 app/views/gmaps4rails/_html.html.erb
gmaps4rails-1.4.5 app/views/gmaps4rails/_html.html.erb
gmaps4rails-1.4.4 app/views/gmaps4rails/_html.html.erb
gmaps4rails-1.4.3 app/views/gmaps4rails/_html.html.erb