]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/edit.html.erb
Make rich text edit controls use as much space as possible
[rails.git] / app / views / diary_entry / edit.html.erb
index af23262d52310fe437bf4ffc604a289f2562b0c5..c49573bec8da201f681e0b5e53e643d40be2759d 100644 (file)
@@ -13,7 +13,7 @@
     <fieldset>
       <div class='form-row'>
         <label class="standard-label"><%= t 'diary_entry.edit.subject' -%></label>
-        <%= f.text_field :title %>
+        <%= f.text_field :title, :class => "richtext_title" %>
       </div>
       <div class='form-row'>
         <label class="standard-label"><%= t 'diary_entry.edit.body' -%></label>