X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..bfffe7ed96e1aba434ca40b488264c43d8f679ff:/app/views/diary_entries/_form.html.erb diff --git a/app/views/diary_entries/_form.html.erb b/app/views/diary_entries/_form.html.erb index 0d8f7ef5b..9585b09eb 100644 --- a/app/views/diary_entries/_form.html.erb +++ b/app/views/diary_entries/_form.html.erb @@ -1,22 +1,22 @@
-
+
<%= f.text_field :title, :class => "richtext_title" %>
-
+
<%= richtext_area :diary_entry, :body, :cols => 80, :rows => 20, :format => @diary_entry.body_format %>
-
+
<%= f.collection_select :language_code, Language.order(:english_name), :code, :name %>
- <%= content_tag "div", "", :id => "map", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %> -
+ <%= tag.div "", :id => "map", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %> +
<%= f.text_field :latitude, :size => 20, :id => "latitude" %>