Sha256: c2b0f8824785d1f69c664234eaef8bb4901142459aa03d24d19ef923084001a1

Contents?: true

Size: 226 Bytes

Versions: 6

Compression:

Stored size: 226 Bytes

Contents

<%  javascript_tag do %>
  $(document).ready(function() {
	generateGmap(<%= latitude %>, <%= longitude %>, "<%= html_options['id'] %>", <%= map_options.to_json %> );
  });
<% end %>
<%= content_tag('div', '', html_options) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
muruca_widgets-0.2.6 generators/google_map/templates/_google_map.html.erb
muruca_widgets-0.2.4 generators/google_map/templates/_google_map.html.erb
muruca_widgets-0.2.3 generators/google_map/templates/_google_map.html.erb
muruca_widgets-0.2.2 generators/google_map/templates/_google_map.html.erb
muruca_widgets-0.2.1 generators/google_map/templates/_google_map.html.erb
muruca_widgets-0.2.0 generators/google_map/templates/_google_map.html.erb