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/account/_user_consent_check.html.erb

13 lines
401 B

<section class="form--section">
<p>
<%= format_text user_consent_instructions(consenting_user) %>
</p>
<label class="form--label-with-check-box -required -no-ellipsis">
<div class="form--check-box-container">
<input type="checkbox" name="consent_check" class="form--check-box" required="required" />
</div>
<%= format_text consent_checkbox_label %>
</label>
</section>