From 1a09e97d413c14df1344186e6dec06ea7b91aed1 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 29 May 2008 18:25:57 +0000 Subject: [PATCH] ActionItem295: including the labels of the radio boxes --- app/views/profile_editor/edit.rhtml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index f7f9d1c..8bacceb 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -17,18 +17,22 @@ <%= _('This profile is:') %>
<%= radio_button 'profile_data', 'public_profile', 'true' %> + <%= _('Public') %>
<%= radio_button 'profile_data', 'public_profile', 'false' %> + <%= _('Private') %>

<%= _("This profile's content is:") %>

<%= radio_button 'profile_data', 'public_content', 'true' %> + <%= _('Public') %>
<%= radio_button 'profile_data', 'public_content', 'false' %> + <%= _('Private') %>

-- libgit2 0.21.2