From f9c1884610c2785820d904156bfe7d2ec7e83c34 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 31 May 2009 15:39:02 +0000 Subject: [PATCH] Improve layout of user options page. --- app/views/user/account.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 1df79c789..e43612673 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -18,9 +18,9 @@ - <%= t 'user.account.profile description' %><%= f.text_area :description, :rows => '5', :cols => '60' %>

+ <%= t 'user.account.profile description' %><%= f.text_area :description, :rows => '5', :cols => '60' %> - <%= t 'user.account.preferred languages' %><%= f.text_field :languages %>

+ <%= t 'user.account.preferred languages' %><%= f.text_field :languages %> class="nohome" <%end%> ><%= t 'user.account.home location' %><%= t 'user.account.no home location' %><%= t 'user.account.latitude' %> <%= f.text_field :home_lat, :size => 20, :id => "home_lat" %><%= t 'user.account.longitude' %><%= f.text_field :home_lon, :size => 20, :id => "home_lon" %> -- 2.43.2