Sha256: e461d352cb91a45cf6c057951131829b36bc60d99d15b4d354cb2c2dd10f86d3

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 Bytes

Contents

<!-- google map -->
<div class="ui stacked segment">
  <div id="map-canvas"></div>
</div>

<!-- modal -->
<% [
        {
                title: 'Plot a path',
                type: 'path',
                description: 'Please enter a list of points forming a path in the text field below.'
        },
        {
                title: 'Plot markers',
                type: 'markers',
                description: 'Please enter a list of markers in the text field below.'

        }
   ].each do |modal|
%>
    <%= erb :'_modal', locals: { modal: modal } %>
<% end %>

<%= erb :'_file_upload' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gmap_plotter-0.0.2 lib/gmap_plotter/views/main.erb
gmap_plotter-0.0.1 lib/gmap_plotter/views/main.erb