1 <%= f.text_field :title %>
2 <%= f.richtext_field :body, :cols => 80, :rows => 20, :format => @diary_entry.body_format %>
3 <%= f.collection_select :language_code, Language.order(:english_name), :code, :name %>
6 <legend><%= t ".location" -%></legend>
8 <%= tag.div "", :id => "map", :class => "border border-grey rounded", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
10 <div class="row mb-3">
11 <%= f.text_field :latitude, :wrapper_class => "col-sm-4", :id => "latitude" %>
12 <%= f.text_field :longitude, :wrapper_class => "col-sm-4", :id => "longitude" %>
13 <div class="col-sm-4">
14 <label><a href="#" id="usemap"><%= t ".use_map_link" -%></a></label>