diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index 4390c5c..9ec221a 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -46,7 +46,17 @@ <% else %> - + + + + + -- libgit2 0.21.2
<%= _('Public') %><%= _('Private') %>
+ <%= radio_button 'profile_data', 'public_profile', 'true' %> + + + <%= radio_button 'profile_data', 'public_profile', 'false' %> + +
<%= _('Activate Intranet access (restricted area only for members)') %> <%= _('Yes') %><%= _('Yes') %>