From: Martin Raifer Date: Thu, 12 Dec 2013 09:40:29 +0000 (+0100) Subject: Fix typo in diary form html X-Git-Tag: live~4505 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ea5183cd188f79d0c379d0846a596cde92a7d1eb?hp=48c2031868c16b954e870edb0c48d15c189ee43d Fix typo in diary form html --- diff --git a/app/views/diary_entry/edit.html.erb b/app/views/diary_entry/edit.html.erb index c49573bec..4021eaa4d 100644 --- a/app/views/diary_entry/edit.html.erb +++ b/app/views/diary_entry/edit.html.erb @@ -19,7 +19,7 @@ <%= 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 %>