]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/new.html.erb
Refactor richtext fields to use a custom bootstrap_form input.
[rails.git] / app / views / diary_entries / new.html.erb
index 9d8ad61708b5104ff8f42c8251babd3a382bf850..0a10cfd03c0a24f90445a4a88ef4a72003a2fbad 100644 (file)
@@ -6,6 +6,6 @@
   <h1><%= @title %></h1>
 <% end %>
 
-<%= form_for @diary_entry, :builder => RichtextFormBuilder do |f| %>
+<%= bootstrap_form_for @diary_entry do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
 <% end %>