OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/views/settings/_users.html.erb

15 lines
301 B

<% form_tag({ :action => 'edit', :tab => 'users' } ) do %>
<div class ="box tabular settings">
<p>
<%= setting_check_box :users_deletable_by_admins %>
</p>
<p>
<%= setting_check_box :users_deletable_by_self %>
</p>
</div>
<%= submit_tag l(:button_save) %>
<% end %>